Html Css Color HEX #AAF147 Conifer

📋 copy color: '#AAF147'

red 170 ◦ green 241 ◦ blue 71

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

Shades of Conifer #AAF147

Tints of Conifer #AAF147

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 35.27%
G = 50%
B = 14.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#AAF147 (or 0xAAF147) is known color: Conifer. HEX triplet: AA, F1 and 47. RGB value is (170,241,71). Sum of RGB (Red+Green+Blue) = 170+241+71=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF147 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF147 is #550EB8. Grayscale: #C9C9C9. Windows color (decimal): -5574329 or 4714922. OLE color: 4714922.

HSL color Cylindrical-coordinate representation of color #AAF147: hue angle of 85.06º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAF147 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 71 -
CMYK 0.29 0 0.71 0.05
HSL 85.06º 0.86% 0.61% -
HSV(B) 85.06º 0.71% 0.95% -
XYZ 49.17 71.91 17.25 -
YUV 200.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 170 241 71 0.29 0 0.71 0.05 85.06 0.86 0.61
Hex AA F1 47 1D 0 47 5 55 56 3D
Octal 252 361 107 35 0 107 5 125 126 75
Binary 10101010 11110001 1000111 11101 0 1000111 101 1010101 1010110 111101

Color Harmonies of #AAF147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF147

Black with #AAF147

Text Example


Text Example

White with #AAF147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF147; }

 p { color: rgb(170,241,71); }

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

background-color css

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

 a { background-color: rgb(170,241,71); }

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

border-color css

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

 span { border-color: rgb(170,241,71); }

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