#afe05b

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

Shades of Conifer #AFE05B

Tints of Conifer #AFE05B

Color information

#AFE05B (or 0xAFE05B) is unknown color: approx Conifer. HEX triplet: AF, E0 and 5B. RGB value is (175,224,91). Sum of RGB (Red+Green+Blue) = 175+224+91=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE05B is #501FA4. Grayscale: #C2C2C2. Windows color (decimal): -5250981 or 6021295. OLE color: 6021295.

HSL color Cylindrical-coordinate representation of color #AFE05B: hue angle of 82.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE05B is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB17522491-
CMYK0.2200.590.12
HSL82.11º68.21%61.76%-
HSV(B)82.11º59.38%87.84%-
XYZ46.2263.1819.66-
YUV194.1969.77114.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 224 (87.89% from 255) = 45.71%
BLUE value IS 91 (35.94% from 255) = 18.57%
R=35.71%
G=45.71%
B=18.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175224910.2200.590.1282.1168.2161.76
HexAFE05B1603BC52443e
Octal257340133260731412210476
Binary10101111111000001011011101100111011110010100101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe05b; }

 p { color: rgb(175,224,91); }

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

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

 a { background-color: rgb(175,224,91); }

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

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

 span { border-color: rgb(175,224,91); }

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