Html Css Color HEX #AAF814 Spring Bud

📋 copy color: '#AAF814'

red 170 ◦ green 248 ◦ blue 20

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

Shades of Spring Bud #AAF814

Tints of Spring Bud #AAF814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 38.81%
G = 56.62%
B = 4.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#AAF814 (or 0xAAF814) is known color: Spring Bud. HEX triplet: AA, F8 and 14. RGB value is (170,248,20). Sum of RGB (Red+Green+Blue) = 170+248+20=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF814 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF814 is #5507EB. Grayscale: #C7C7C7. Windows color (decimal): -5572588 or 1374378. OLE color: 1374378.

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

Color convert

RGB 170 248 20 -
CMYK 0.31 0 0.92 0.03
HSL 80.53º 0.94% 0.53% -
HSV(B) 80.53º 0.92% 0.97% -
XYZ 50.27 75.73 12.63 -
YUV 198.69 27.16 107.54 -
System Red Green Blue C M Y K H S L
Decimal 170 248 20 0.31 0 0.92 0.03 80.53 0.94 0.53
Hex AA F8 14 1F 0 5C 3 51 5E 35
Octal 252 370 24 37 0 134 3 121 136 65
Binary 10101010 11111000 10100 11111 0 1011100 11 1010001 1011110 110101

Color Harmonies of #AAF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF814

Black with #AAF814

Text Example


Text Example

White with #AAF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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