Html Css Color HEX #AAF326 Green Yellow

📋 copy color: '#AAF326'

red 170 ◦ green 243 ◦ blue 38

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

Shades of Green Yellow #AAF326

Tints of Green Yellow #AAF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.88%

 BLUE value IS 38 (15.23% from 255) = 8.43%

R = 37.69%
G = 53.88%
B = 8.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#AAF326 (or 0xAAF326) is known color: Green Yellow. HEX triplet: AA, F3 and 26. RGB value is (170,243,38). Sum of RGB (Red+Green+Blue) = 170+243+38=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF326 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF326 is #550CD9. Grayscale: #C6C6C6. Windows color (decimal): -5573850 or 2552746. OLE color: 2552746.

HSL color Cylindrical-coordinate representation of color #AAF326: hue angle of 81.37º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAF326 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 38 -
CMYK 0.30 0 0.84 0.05
HSL 81.37º 0.9% 0.55% -
HSV(B) 81.37º 0.84% 0.95% -
XYZ 48.98 72.79 13.3 -
YUV 197.8 37.82 108.17 -
System Red Green Blue C M Y K H S L
Decimal 170 243 38 0.30 0 0.84 0.05 81.37 0.9 0.55
Hex AA F3 26 1E 0 54 5 51 5A 37
Octal 252 363 46 36 0 124 5 121 132 67
Binary 10101010 11110011 100110 11110 0 1010100 101 1010001 1011010 110111

Color Harmonies of #AAF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF326

Black with #AAF326

Text Example


Text Example

White with #AAF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF326; }

 p { color: rgb(170,243,38); }

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

background-color css

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

 a { background-color: rgb(170,243,38); }

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

border-color css

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

 span { border-color: rgb(170,243,38); }

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