Html Css Color HEX #AFE54A Conifer

📋 copy color: '#AFE54A'

red 175 ◦ green 229 ◦ blue 74

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

Shades of Conifer #AFE54A

Tints of Conifer #AFE54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 36.61%
G = 47.91%
B = 15.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#AFE54A (or 0xAFE54A) is known color: Conifer. HEX triplet: AF, E5 and 4A. RGB value is (175,229,74). Sum of RGB (Red+Green+Blue) = 175+229+74=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE54A is #501AB5. Grayscale: #C3C3C3. Windows color (decimal): -5249718 or 4908463. OLE color: 4908463.

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

Color convert

RGB 175 229 74 -
CMYK 0.24 0 0.68 0.10
HSL 80.9º 0.75% 0.59% -
HSV(B) 80.9º 0.68% 0.9% -
XYZ 46.93 65.65 16.68 -
YUV 195.18 59.61 113.6 -
System Red Green Blue C M Y K H S L
Decimal 175 229 74 0.24 0 0.68 0.10 80.9 0.75 0.59
Hex AF E5 4A 18 0 44 A 51 4B 3B
Octal 257 345 112 30 0 104 12 121 113 73
Binary 10101111 11100101 1001010 11000 0 1000100 1010 1010001 1001011 111011

Color Harmonies of #AFE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE54A

Black with #AFE54A

Text Example


Text Example

White with #AFE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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