Html Css Color HEX #AAF96A Conifer

📋 copy color: '#AAF96A'

red 170 ◦ green 249 ◦ blue 106

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

Shades of Conifer #AAF96A

Tints of Conifer #AAF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 32.38%
G = 47.43%
B = 20.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#AAF96A (or 0xAAF96A) is known color: Conifer. HEX triplet: AA, F9 and 6A. RGB value is (170,249,106). Sum of RGB (Red+Green+Blue) = 170+249+106=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF96A is #550695. Grayscale: #D1D1D1. Windows color (decimal): -5572246 or 7010730. OLE color: 7010730.

HSL color Cylindrical-coordinate representation of color #AAF96A: hue angle of 93.15º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF96A is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 106 -
CMYK 0.32 0 0.57 0.02
HSL 93.15º 0.92% 0.7% -
HSV(B) 93.15º 0.57% 0.98% -
XYZ 53.05 77.34 25.77 -
YUV 209.08 69.83 100.13 -
System Red Green Blue C M Y K H S L
Decimal 170 249 106 0.32 0 0.57 0.02 93.15 0.92 0.7
Hex AA F9 6A 20 0 39 2 5D 5C 46
Octal 252 371 152 40 0 71 2 135 134 106
Binary 10101010 11111001 1101010 100000 0 111001 10 1011101 1011100 1000110

Color Harmonies of #AAF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF96A

Black with #AAF96A

Text Example


Text Example

White with #AAF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF96A; }

 p { color: rgb(170,249,106); }

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

background-color css

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

 a { background-color: rgb(170,249,106); }

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

border-color css

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

 span { border-color: rgb(170,249,106); }

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