Html Css Color HEX #A5FD09 Spring Bud

📋 copy color: '#A5FD09'

red 165 ◦ green 253 ◦ blue 9

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

Shades of Spring Bud #A5FD09

Tints of Spring Bud #A5FD09

RGB

 RED value IS 165 (64.84% from 255) = 38.64%

 GREEN value IS 253 (99.22% from 255) = 59.25%

 BLUE value IS 9 (3.91% from 255) = 2.11%

R = 38.64%
G = 59.25%
B = 2.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#A5FD09 (or 0xA5FD09) is known color: Spring Bud. HEX triplet: A5, FD and 09. RGB value is (165,253,9). Sum of RGB (Red+Green+Blue) = 165+253+9=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FD09 is #5A02F6. Grayscale: #C7C7C7. Windows color (decimal): -5898999 or 654757. OLE color: 654757.

HSL color Cylindrical-coordinate representation of color #A5FD09: hue angle of 81.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5FD09 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 9 -
CMYK 0.35 0 0.96 0.01
HSL 81.64º 0.98% 0.51% -
HSV(B) 81.64º 0.96% 0.99% -
XYZ 50.69 78.27 12.69 -
YUV 198.87 20.85 103.84 -
System Red Green Blue C M Y K H S L
Decimal 165 253 9 0.35 0 0.96 0.01 81.64 0.98 0.51
Hex A5 FD 9 23 0 60 1 52 62 33
Octal 245 375 11 43 0 140 1 122 142 63
Binary 10100101 11111101 1001 100011 0 1100000 1 1010010 1100010 110011

Color Harmonies of #A5FD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD09

Black with #A5FD09

Text Example


Text Example

White with #A5FD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD09; }

 p { color: rgb(165,253,9); }

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

background-color css

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

 a { background-color: rgb(165,253,9); }

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

border-color css

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

 span { border-color: rgb(165,253,9); }

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