Html Css Color HEX #AAF145 Conifer

📋 copy color: '#AAF145'

red 170 ◦ green 241 ◦ blue 69

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

Shades of Conifer #AAF145

Tints of Conifer #AAF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.38%

R = 35.42%
G = 50.21%
B = 14.38%

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

#AAF145 (or 0xAAF145) is known color: Conifer. HEX triplet: AA, F1 and 45. RGB value is (170,241,69). Sum of RGB (Red+Green+Blue) = 170+241+69=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF145 is #550EBA. Grayscale: #C8C8C8. Windows color (decimal): -5574331 or 4583850. OLE color: 4583850.

HSL color Cylindrical-coordinate representation of color #AAF145: hue angle of 84.77º 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 #AAF145 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 69 -
CMYK 0.29 0 0.71 0.05
HSL 84.77º 0.86% 0.61% -
HSV(B) 84.77º 0.71% 0.95% -
XYZ 49.11 71.89 16.92 -
YUV 200.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 170 241 69 0.29 0 0.71 0.05 84.77 0.86 0.61
Hex AA F1 45 1D 0 47 5 55 56 3D
Octal 252 361 105 35 0 107 5 125 126 75
Binary 10101010 11110001 1000101 11101 0 1000111 101 1010101 1010110 111101

Color Harmonies of #AAF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF145

Black with #AAF145

Text Example


Text Example

White with #AAF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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