#AFD25E

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

Shades of Conifer #AFD25E

Tints of Conifer #AFD25E

Color information

#AFD25E (or 0xAFD25E) is unknown color: approx Conifer. HEX triplet: AF, D2 and 5E. RGB value is (175,210,94). Sum of RGB (Red+Green+Blue) = 175+210+94=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD25E is #502DA1. Grayscale: #BABABA. Windows color (decimal): -5254562 or 6214319. OLE color: 6214319.

HSL color Cylindrical-coordinate representation of color #AFD25E: hue angle of 78.1º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFD25E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB17521094-
CMYK0.1700.550.18
HSL78.1º56.31%59.61%-
HSV(B)78.1º55.24%82.35%-
XYZ42.7556.0219.15-
YUV186.3175.9119.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=36.53%
G=43.84%
B=19.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210940.1700.550.1878.156.3159.61
HexAFD25E11037124e383c
Octal25732213621067221167074
Binary10101111110100101011110100010110111100101001110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD25E; }

 p { color: rgb(175,210,94); }

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

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

 a { background-color: rgb(175,210,94); }

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

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

 span { border-color: rgb(175,210,94); }

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