Html Css Color HEX #AAFF30 Green Yellow

📋 copy color: '#AAFF30'

red 170 ◦ green 255 ◦ blue 48

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

Shades of Green Yellow #AAFF30

Tints of Green Yellow #AAFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 53.91%

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

R = 35.94%
G = 53.91%
B = 10.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#AAFF30 (or 0xAAFF30) is known color: Green Yellow. HEX triplet: AA, FF and 30. RGB value is (170,255,48). Sum of RGB (Red+Green+Blue) = 170+255+48=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF30 is #5500CF. Grayscale: #CECECE. Windows color (decimal): -5570768 or 3211178. OLE color: 3211178.

HSL color Cylindrical-coordinate representation of color #AAFF30: hue angle of 84.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAFF30 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 48 -
CMYK 0.33 0 0.81 0
HSL 84.64º 1% 0.59% -
HSV(B) 84.64º 0.81% 1% -
XYZ 52.87 80.28 15.51 -
YUV 205.99 38.84 102.33 -
System Red Green Blue C M Y K H S L
Decimal 170 255 48 0.33 0 0.81 0 84.64 1 0.59
Hex AA FF 30 21 0 51 0 55 64 3B
Octal 252 377 60 41 0 121 0 125 144 73
Binary 10101010 11111111 110000 100001 0 1010001 0 1010101 1100100 111011

Color Harmonies of #AAFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF30

Black with #AAFF30

Text Example


Text Example

White with #AAFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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