Html Css Color HEX #AAF144 Green Yellow

📋 copy color: '#AAF144'

red 170 ◦ green 241 ◦ blue 68

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

Shades of Green Yellow #AAF144

Tints of Green Yellow #AAF144

RGB

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

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

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

R = 35.49%
G = 50.31%
B = 14.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#AAF144 (or 0xAAF144) is known color: Green Yellow. HEX triplet: AA, F1 and 44. RGB value is (170,241,68). Sum of RGB (Red+Green+Blue) = 170+241+68=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF144 is #550EBB. Grayscale: #C8C8C8. Windows color (decimal): -5574332 or 4518314. OLE color: 4518314.

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

Color convert

RGB 170 241 68 -
CMYK 0.29 0 0.72 0.05
HSL 84.62º 0.86% 0.61% -
HSV(B) 84.62º 0.72% 0.95% -
XYZ 49.08 71.87 16.76 -
YUV 200.05 53.48 106.57 -
System Red Green Blue C M Y K H S L
Decimal 170 241 68 0.29 0 0.72 0.05 84.62 0.86 0.61
Hex AA F1 44 1D 0 48 5 55 56 3D
Octal 252 361 104 35 0 110 5 125 126 75
Binary 10101010 11110001 1000100 11101 0 1001000 101 1010101 1010110 111101

Color Harmonies of #AAF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF144

Black with #AAF144

Text Example


Text Example

White with #AAF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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