Html Css Color HEX #AAF80F Spring Bud

📋 copy color: '#AAF80F'

red 170 ◦ green 248 ◦ blue 15

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

Shades of Spring Bud #AAF80F

Tints of Spring Bud #AAF80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.27%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 39.26%
G = 57.27%
B = 3.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#AAF80F (or 0xAAF80F) is known color: Spring Bud. HEX triplet: AA, F8 and 0F. RGB value is (170,248,15). Sum of RGB (Red+Green+Blue) = 170+248+15=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF80F is #5507F0. Grayscale: #C6C6C6. Windows color (decimal): -5572593 or 1046698. OLE color: 1046698.

HSL color Cylindrical-coordinate representation of color #AAF80F: hue angle of 80.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF80F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 15 -
CMYK 0.31 0 0.94 0.03
HSL 80.09º 0.94% 0.52% -
HSV(B) 80.09º 0.94% 0.97% -
XYZ 50.23 75.72 12.42 -
YUV 198.12 24.66 107.95 -
System Red Green Blue C M Y K H S L
Decimal 170 248 15 0.31 0 0.94 0.03 80.09 0.94 0.52
Hex AA F8 F 1F 0 5E 3 50 5E 34
Octal 252 370 17 37 0 136 3 120 136 64
Binary 10101010 11111000 1111 11111 0 1011110 11 1010000 1011110 110100

Color Harmonies of #AAF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF80F

Black with #AAF80F

Text Example


Text Example

White with #AAF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF80F; }

 p { color: rgb(170,248,15); }

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

background-color css

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

 a { background-color: rgb(170,248,15); }

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

border-color css

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

 span { border-color: rgb(170,248,15); }

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