Html Css Color HEX #A9F714 Spring Bud

📋 copy color: '#A9F714'

red 169 ◦ green 247 ◦ blue 20

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

Shades of Spring Bud #A9F714

Tints of Spring Bud #A9F714

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 247 (96.88% from 255) = 56.65%

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

R = 38.76%
G = 56.65%
B = 4.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#A9F714 (or 0xA9F714) is known color: Spring Bud. HEX triplet: A9, F7 and 14. RGB value is (169,247,20). Sum of RGB (Red+Green+Blue) = 169+247+20=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #A9F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F714 is #5608EB. Grayscale: #C6C6C6. Windows color (decimal): -5638380 or 1374121. OLE color: 1374121.

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

Color convert

RGB 169 247 20 -
CMYK 0.32 0 0.92 0.03
HSL 80.62º 0.93% 0.52% -
HSV(B) 80.62º 0.92% 0.97% -
XYZ 49.75 75.01 12.52 -
YUV 197.8 27.66 107.46 -
System Red Green Blue C M Y K H S L
Decimal 169 247 20 0.32 0 0.92 0.03 80.62 0.93 0.52
Hex A9 F7 14 20 0 5C 3 51 5D 34
Octal 251 367 24 40 0 134 3 121 135 64
Binary 10101001 11110111 10100 100000 0 1011100 11 1010001 1011101 110100

Color Harmonies of #A9F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F714

Black with #A9F714

Text Example


Text Example

White with #A9F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F714; }

 p { color: rgb(169,247,20); }

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

background-color css

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

 a { background-color: rgb(169,247,20); }

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

border-color css

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

 span { border-color: rgb(169,247,20); }

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