Html Css Color HEX #AAFF4B Green Yellow

📋 copy color: '#AAFF4B'

red 170 ◦ green 255 ◦ blue 75

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

Shades of Green Yellow #AAFF4B

Tints of Green Yellow #AAFF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15%

R = 34%
G = 51%
B = 15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#AAFF4B (or 0xAAFF4B) is known color: Green Yellow. HEX triplet: AA, FF and 4B. RGB value is (170,255,75). Sum of RGB (Red+Green+Blue) = 170+255+75=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF4B is #5500B4. Grayscale: #D1D1D1. Windows color (decimal): -5570741 or 4980650. OLE color: 4980650.

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

Color convert

RGB 170 255 75 -
CMYK 0.33 0 0.71 0
HSL 88.33º 1% 0.65% -
HSV(B) 88.33º 0.71% 1% -
XYZ 53.61 80.57 19.38 -
YUV 209.07 52.34 100.14 -
System Red Green Blue C M Y K H S L
Decimal 170 255 75 0.33 0 0.71 0 88.33 1 0.65
Hex AA FF 4B 21 0 47 0 58 64 41
Octal 252 377 113 41 0 107 0 130 144 101
Binary 10101010 11111111 1001011 100001 0 1000111 0 1011000 1100100 1000001

Color Harmonies of #AAFF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF4B

Black with #AAFF4B

Text Example


Text Example

White with #AAFF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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