#AFED5E

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

Shades of Conifer #AFED5E

Tints of Conifer #AFED5E

Color information

#AFED5E (or 0xAFED5E) is unknown color: approx Conifer. HEX triplet: AF, ED and 5E. RGB value is (175,237,94). Sum of RGB (Red+Green+Blue) = 175+237+94=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED5E is #5012A1. Grayscale: #CACACA. Windows color (decimal): -5247650 or 6221231. OLE color: 6221231.

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

Color convert

RGB17523794-
CMYK0.2600.600.07
HSL86.01º79.89%64.9%-
HSV(B)86.01º60.34%92.94%-
XYZ49.9870.4921.56-
YUV202.1666.96108.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 94 (37.11% from 255) = 18.58%
R=34.58%
G=46.84%
B=18.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175237940.2600.600.0786.0179.8964.9
HexAFED5E1A03C7565041
Octal257355136320747126120101
Binary10101111111011011011110110100111100111101011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED5E; }

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

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

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

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

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

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

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

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