Html Css Color HEX #AFE044 Conifer

📋 copy color: '#AFE044'

red 175 ◦ green 224 ◦ blue 68

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

Shades of Conifer #AFE044

Tints of Conifer #AFE044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.56%

R = 37.47%
G = 47.97%
B = 14.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#AFE044 (or 0xAFE044) is known color: Conifer. HEX triplet: AF, E0 and 44. RGB value is (175,224,68). Sum of RGB (Red+Green+Blue) = 175+224+68=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE044 is #501FBB. Grayscale: #C0C0C0. Windows color (decimal): -5251004 or 4513967. OLE color: 4513967.

HSL color Cylindrical-coordinate representation of color #AFE044: hue angle of 78.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE044 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 68 -
CMYK 0.22 0 0.70 0.12
HSL 78.85º 0.72% 0.57% -
HSV(B) 78.85º 0.7% 0.88% -
XYZ 45.38 62.84 15.21 -
YUV 191.57 58.27 116.18 -
System Red Green Blue C M Y K H S L
Decimal 175 224 68 0.22 0 0.70 0.12 78.85 0.72 0.57
Hex AF E0 44 16 0 46 C 4F 48 39
Octal 257 340 104 26 0 106 14 117 110 71
Binary 10101111 11100000 1000100 10110 0 1000110 1100 1001111 1001000 111001

Color Harmonies of #AFE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE044

Black with #AFE044

Text Example


Text Example

White with #AFE044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE044; }

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

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

background-color css

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

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

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

border-color css

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

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

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