Html Css Color HEX #AFE55E Conifer

📋 copy color: '#AFE55E'

red 175 ◦ green 229 ◦ blue 94

#AFE55E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFE55E

Tints of Conifer #AFE55E

RGB

 RED value IS 175 (68.75% from 255) = 35.14%

 GREEN value IS 229 (89.84% from 255) = 45.98%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 35.14%
G = 45.98%
B = 18.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#AFE55E (or 0xAFE55E) is known color: Conifer. HEX triplet: AF, E5 and 5E. RGB value is (175,229,94). Sum of RGB (Red+Green+Blue) = 175+229+94=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE55E is #501AA1. Grayscale: #C5C5C5. Windows color (decimal): -5249698 or 6219183. OLE color: 6219183.

HSL color Cylindrical-coordinate representation of color #AFE55E: hue angle of 84º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE55E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 94 -
CMYK 0.24 0 0.59 0.10
HSL 84º 0.72% 0.63% -
HSV(B) 84º 0.59% 0.9% -
XYZ 47.72 65.96 20.81 -
YUV 197.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 175 229 94 0.24 0 0.59 0.10 84 0.72 0.63
Hex AF E5 5E 18 0 3B A 54 48 3F
Octal 257 345 136 30 0 73 12 124 110 77
Binary 10101111 11100101 1011110 11000 0 111011 1010 1010100 1001000 111111

Color Harmonies of #AFE55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE55E

Black with #AFE55E

Text Example


Text Example

White with #AFE55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE55E; }

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

 H1.HeaderClassName
 {
   color: #AFE55E;
 }
 .AnyTagClassName
 {
   color: #AFE55E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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