Html Css Color HEX #AAFF35 Green Yellow

📋 copy color: '#AAFF35'

red 170 ◦ green 255 ◦ blue 53

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

Shades of Green Yellow #AAFF35

Tints of Green Yellow #AAFF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.09%

R = 35.56%
G = 53.35%
B = 11.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#AAFF35 (or 0xAAFF35) is known color: Green Yellow. HEX triplet: AA, FF and 35. RGB value is (170,255,53). Sum of RGB (Red+Green+Blue) = 170+255+53=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF35 is #5500CA. Grayscale: #CFCFCF. Windows color (decimal): -5570763 or 3538858. OLE color: 3538858.

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

Color convert

RGB 170 255 53 -
CMYK 0.33 0 0.79 0
HSL 85.25º 1% 0.6% -
HSV(B) 85.25º 0.79% 1% -
XYZ 52.98 80.32 16.08 -
YUV 206.56 41.34 101.93 -
System Red Green Blue C M Y K H S L
Decimal 170 255 53 0.33 0 0.79 0 85.25 1 0.6
Hex AA FF 35 21 0 4F 0 55 64 3C
Octal 252 377 65 41 0 117 0 125 144 74
Binary 10101010 11111111 110101 100001 0 1001111 0 1010101 1100100 111100

Color Harmonies of #AAFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF35

Black with #AAFF35

Text Example


Text Example

White with #AAFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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