Html Css Color HEX #AFE054 Conifer

📋 copy color: '#AFE054'

red 175 ◦ green 224 ◦ blue 84

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

Shades of Conifer #AFE054

Tints of Conifer #AFE054

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

 BLUE value IS 84 (33.2% from 255) = 17.39%

R = 36.23%
G = 46.38%
B = 17.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#AFE054 (or 0xAFE054) is known color: Conifer. HEX triplet: AF, E0 and 54. RGB value is (175,224,84). Sum of RGB (Red+Green+Blue) = 175+224+84=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE054 is #501FAB. Grayscale: #C1C1C1. Windows color (decimal): -5250988 or 5562543. OLE color: 5562543.

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

Color convert

RGB 175 224 84 -
CMYK 0.22 0 0.62 0.12
HSL 81º 0.69% 0.6% -
HSV(B) 81º 0.63% 0.88% -
XYZ 45.94 63.07 18.14 -
YUV 193.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 175 224 84 0.22 0 0.62 0.12 81 0.69 0.6
Hex AF E0 54 16 0 3E C 51 45 3C
Octal 257 340 124 26 0 76 14 121 105 74
Binary 10101111 11100000 1010100 10110 0 111110 1100 1010001 1000101 111100

Color Harmonies of #AFE054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE054

Black with #AFE054

Text Example


Text Example

White with #AFE054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE054; }

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

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

background-color css

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

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

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

border-color css

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

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

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