Html Css Color HEX #AAF834 Green Yellow

📋 copy color: '#AAF834'

red 170 ◦ green 248 ◦ blue 52

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

Shades of Green Yellow #AAF834

Tints of Green Yellow #AAF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.77%

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 36.17%
G = 52.77%
B = 11.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#AAF834 (or 0xAAF834) is known color: Green Yellow. HEX triplet: AA, F8 and 34. RGB value is (170,248,52). Sum of RGB (Red+Green+Blue) = 170+248+52=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF834 is #5507CB. Grayscale: #CBCBCB. Windows color (decimal): -5572556 or 3471530. OLE color: 3471530.

HSL color Cylindrical-coordinate representation of color #AAF834: hue angle of 83.88º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAF834 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 52 -
CMYK 0.31 0 0.79 0.03
HSL 83.88º 0.93% 0.59% -
HSV(B) 83.88º 0.79% 0.97% -
XYZ 50.76 75.93 15.23 -
YUV 202.33 43.16 104.94 -
System Red Green Blue C M Y K H S L
Decimal 170 248 52 0.31 0 0.79 0.03 83.88 0.93 0.59
Hex AA F8 34 1F 0 4F 3 54 5D 3B
Octal 252 370 64 37 0 117 3 124 135 73
Binary 10101010 11111000 110100 11111 0 1001111 11 1010100 1011101 111011

Color Harmonies of #AAF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF834

Black with #AAF834

Text Example


Text Example

White with #AAF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF834; }

 p { color: rgb(170,248,52); }

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

background-color css

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

 a { background-color: rgb(170,248,52); }

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

border-color css

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

 span { border-color: rgb(170,248,52); }

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