#AFD25D

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

Shades of Conifer #AFD25D

Tints of Conifer #AFD25D

Color information

#AFD25D (or 0xAFD25D) is unknown color: approx Conifer. HEX triplet: AF, D2 and 5D. RGB value is (175,210,93). Sum of RGB (Red+Green+Blue) = 175+210+93=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD25D is #502DA2. Grayscale: #BABABA. Windows color (decimal): -5254563 or 6148783. OLE color: 6148783.

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

Color convert

RGB17521093-
CMYK0.1700.560.18
HSL77.95º56.52%59.41%-
HSV(B)77.95º55.71%82.35%-
XYZ42.75618.91-
YUV186.275.4120.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=36.61%
G=43.93%
B=19.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210930.1700.560.1877.9556.5259.41
HexAFD25D11038124e393b
Octal25732213521070221167173
Binary10101111110100101011101100010111000100101001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD25D; }

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

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

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

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

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

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

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

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