Html Css Color HEX #AAF44D Conifer

📋 copy color: '#AAF44D'

red 170 ◦ green 244 ◦ blue 77

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

Shades of Conifer #AAF44D

Tints of Conifer #AAF44D

RGB

 RED value IS 170 (66.8% from 255) = 34.62%

 GREEN value IS 244 (95.7% from 255) = 49.69%

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 34.62%
G = 49.69%
B = 15.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#AAF44D (or 0xAAF44D) is known color: Conifer. HEX triplet: AA, F4 and 4D. RGB value is (170,244,77). Sum of RGB (Red+Green+Blue) = 170+244+77=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF44D is #550BB2. Grayscale: #CBCBCB. Windows color (decimal): -5573555 or 5108906. OLE color: 5108906.

HSL color Cylindrical-coordinate representation of color #AAF44D: hue angle of 86.59º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAF44D is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 77 -
CMYK 0.30 0 0.68 0.04
HSL 86.59º 0.88% 0.63% -
HSV(B) 86.59º 0.68% 0.96% -
XYZ 50.27 73.78 18.61 -
YUV 202.84 56.98 104.58 -
System Red Green Blue C M Y K H S L
Decimal 170 244 77 0.30 0 0.68 0.04 86.59 0.88 0.63
Hex AA F4 4D 1E 0 44 4 57 58 3F
Octal 252 364 115 36 0 104 4 127 130 77
Binary 10101010 11110100 1001101 11110 0 1000100 100 1010111 1011000 111111

Color Harmonies of #AAF44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF44D

Black with #AAF44D

Text Example


Text Example

White with #AAF44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF44D; }

 p { color: rgb(170,244,77); }

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

background-color css

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

 a { background-color: rgb(170,244,77); }

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

border-color css

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

 span { border-color: rgb(170,244,77); }

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