#AFE767

Color #AFE767 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFE767

Tints of Conifer #AFE767

Color information

#AFE767 (or 0xAFE767) is unknown color: approx Conifer. HEX triplet: AF, E7 and 67. RGB value is (175,231,103). Sum of RGB (Red+Green+Blue) = 175+231+103=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE767 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE767 is #501898. Grayscale: #C8C8C8. Windows color (decimal): -5249177 or 6809519. OLE color: 6809519.

HSL color Cylindrical-coordinate representation of color #AFE767: hue angle of 86.25º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE767 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB175231103-
CMYK0.2400.550.09
HSL86.25º72.73%65.49%-
HSV(B)86.25º55.41%90.59%-
XYZ48.767.2523.24-
YUV199.6673.45110.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 231 (90.62% from 255) = 45.38%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=34.38%
G=45.38%
B=20.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311030.2400.550.0986.2572.7365.49
HexAFE767180379564941
Octal2573471473006711126111101
Binary101011111110011111001111100001101111001101011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE767; }

 p { color: rgb(175,231,103); }

 H1.HeaderClassName
 {
   color: #AFE767;
 }
 .AnyTagClassName
 {
   color: #AFE767;
 }
</style>
background-color css

<style>
 a { background-color: #AFE767; }

 a { background-color: rgb(175,231,103); }

 div.DivClassName
 {
   background-color: #AFE767;
 }
 .BgClassName
 {
   background-color: #AFE767;
 }
</style>
border-color css

<style>
 span { border-color: #AFE767; }

 span { border-color: rgb(175,231,103); }

 td.TdClassName
 {
   border-color: #AFE767;
 }
 .TagClassName
 {
   border-color: #AFE767;
 }
</style>