#AFEC6B

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

Shades of Conifer #AFEC6B

Tints of Conifer #AFEC6B

Color information

#AFEC6B (or 0xAFEC6B) is unknown color: approx Conifer. HEX triplet: AF, EC and 6B. RGB value is (175,236,107). Sum of RGB (Red+Green+Blue) = 175+236+107=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC6B is #501394. Grayscale: #CBCBCB. Windows color (decimal): -5247893 or 7072943. OLE color: 7072943.

HSL color Cylindrical-coordinate representation of color #AFEC6B: hue angle of 88.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFEC6B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB175236107-
CMYK0.2600.550.07
HSL88.37º77.25%67.25%-
HSV(B)88.37º54.66%92.55%-
XYZ50.3370.1724.8-
YUV203.0573.79107.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 236 (92.58% from 255) = 45.56%
BLUE value IS 107 (42.19% from 255) = 20.66%
R=33.78%
G=45.56%
B=20.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361070.2600.550.0788.3777.2567.25
HexAFEC6B1A0377584d43
Octal257354153320677130115103
Binary10101111111011001101011110100110111111101100010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC6B; }

 p { color: rgb(175,236,107); }

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

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

 a { background-color: rgb(175,236,107); }

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

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

 span { border-color: rgb(175,236,107); }

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