Html Css Color HEX #AAF630 Green Yellow

📋 copy color: '#AAF630'

red 170 ◦ green 246 ◦ blue 48

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

Shades of Green Yellow #AAF630

Tints of Green Yellow #AAF630

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.02%

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 36.64%
G = 53.02%
B = 10.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#AAF630 (or 0xAAF630) is known color: Green Yellow. HEX triplet: AA, F6 and 30. RGB value is (170,246,48). Sum of RGB (Red+Green+Blue) = 170+246+48=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF630 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF630 is #5509CF. Grayscale: #C9C9C9. Windows color (decimal): -5573072 or 3208874. OLE color: 3208874.

HSL color Cylindrical-coordinate representation of color #AAF630: hue angle of 83.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF630 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 48 -
CMYK 0.31 0 0.80 0.04
HSL 83.03º 0.92% 0.58% -
HSV(B) 83.03º 0.8% 0.96% -
XYZ 50.07 74.67 14.57 -
YUV 200.7 41.82 106.1 -
System Red Green Blue C M Y K H S L
Decimal 170 246 48 0.31 0 0.80 0.04 83.03 0.92 0.58
Hex AA F6 30 1F 0 50 4 53 5C 3A
Octal 252 366 60 37 0 120 4 123 134 72
Binary 10101010 11110110 110000 11111 0 1010000 100 1010011 1011100 111010

Color Harmonies of #AAF630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF630

Black with #AAF630

Text Example


Text Example

White with #AAF630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF630; }

 p { color: rgb(170,246,48); }

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

background-color css

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

 a { background-color: rgb(170,246,48); }

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

border-color css

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

 span { border-color: rgb(170,246,48); }

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