Html Css Color HEX #AAF302 Spring Bud

📋 copy color: '#AAF302'

red 170 ◦ green 243 ◦ blue 2

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

Shades of Spring Bud #AAF302

Tints of Spring Bud #AAF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58.55%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 40.96%
G = 58.55%
B = 0.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#AAF302 (or 0xAAF302) is known color: Spring Bud. HEX triplet: AA, F3 and 02. RGB value is (170,243,2). Sum of RGB (Red+Green+Blue) = 170+243+2=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF302 is #550CFD. Grayscale: #C2C2C2. Windows color (decimal): -5573886 or 193450. OLE color: 193450.

HSL color Cylindrical-coordinate representation of color #AAF302: hue angle of 78.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAF302 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 2 -
CMYK 0.30 0 0.99 0.05
HSL 78.17º 0.98% 0.48% -
HSV(B) 78.17º 0.99% 0.95% -
XYZ 48.64 72.65 11.52 -
YUV 193.7 19.82 111.1 -
System Red Green Blue C M Y K H S L
Decimal 170 243 2 0.30 0 0.99 0.05 78.17 0.98 0.48
Hex AA F3 2 1E 0 63 5 4E 62 30
Octal 252 363 2 36 0 143 5 116 142 60
Binary 10101010 11110011 10 11110 0 1100011 101 1001110 1100010 110000

Color Harmonies of #AAF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF302

Black with #AAF302

Text Example


Text Example

White with #AAF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF302; }

 p { color: rgb(170,243,2); }

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

background-color css

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

 a { background-color: rgb(170,243,2); }

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

border-color css

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

 span { border-color: rgb(170,243,2); }

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