#AFED5A

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

Shades of Conifer #AFED5A

Tints of Conifer #AFED5A

Color information

#AFED5A (or 0xAFED5A) is unknown color: approx Conifer. HEX triplet: AF, ED and 5A. RGB value is (175,237,90). Sum of RGB (Red+Green+Blue) = 175+237+90=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED5A is #5012A5. Grayscale: #CACACA. Windows color (decimal): -5247654 or 5959087. OLE color: 5959087.

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

Color convert

RGB17523790-
CMYK0.2600.620.07
HSL85.31º80.33%64.12%-
HSV(B)85.31º62.03%92.94%-
XYZ49.8170.4220.64-
YUV201.764.96108.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 90 (35.55% from 255) = 17.93%
R=34.86%
G=47.21%
B=17.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175237900.2600.620.0785.3180.3364.12
HexAFED5A1A03E7555040
Octal257355132320767125120100
Binary10101111111011011011010110100111110111101010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED5A; }

 p { color: rgb(175,237,90); }

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

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

 a { background-color: rgb(175,237,90); }

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

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

 span { border-color: rgb(175,237,90); }

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