Html Css Color HEX #A5FA08 Spring Bud

📋 copy color: '#A5FA08'

red 165 ◦ green 250 ◦ blue 8

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

Shades of Spring Bud #A5FA08

Tints of Spring Bud #A5FA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.1%

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 39.01%
G = 59.1%
B = 1.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#A5FA08 (or 0xA5FA08) is known color: Spring Bud. HEX triplet: A5, FA and 08. RGB value is (165,250,8). Sum of RGB (Red+Green+Blue) = 165+250+8=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FA08 is #5A05F7. Grayscale: #C5C5C5. Windows color (decimal): -5899768 or 588453. OLE color: 588453.

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

Color convert

RGB 165 250 8 -
CMYK 0.34 0 0.97 0.02
HSL 81.07º 0.96% 0.51% -
HSV(B) 81.07º 0.97% 0.98% -
XYZ 49.75 76.39 12.35 -
YUV 197 21.34 105.18 -
System Red Green Blue C M Y K H S L
Decimal 165 250 8 0.34 0 0.97 0.02 81.07 0.96 0.51
Hex A5 FA 8 22 0 61 2 51 60 33
Octal 245 372 10 42 0 141 2 121 140 63
Binary 10100101 11111010 1000 100010 0 1100001 10 1010001 1100000 110011

Color Harmonies of #A5FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FA08

Black with #A5FA08

Text Example


Text Example

White with #A5FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FA08; }

 p { color: rgb(165,250,8); }

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

background-color css

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

 a { background-color: rgb(165,250,8); }

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

border-color css

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

 span { border-color: rgb(165,250,8); }

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