Html Css Color HEX #A5FB06 Spring Bud

📋 copy color: '#A5FB06'

red 165 ◦ green 251 ◦ blue 6

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

Shades of Spring Bud #A5FB06

Tints of Spring Bud #A5FB06

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.48%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 39.1%
G = 59.48%
B = 1.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#A5FB06 (or 0xA5FB06) is known color: Spring Bud. HEX triplet: A5, FB and 06. RGB value is (165,251,6). Sum of RGB (Red+Green+Blue) = 165+251+6=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FB06 is #5A04F9. Grayscale: #C6C6C6. Windows color (decimal): -5899514 or 457637. OLE color: 457637.

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

Color convert

RGB 165 251 6 -
CMYK 0.34 0 0.98 0.02
HSL 81.06º 0.97% 0.5% -
HSV(B) 81.06º 0.98% 0.98% -
XYZ 50.05 77.01 12.4 -
YUV 197.36 20.01 104.92 -
System Red Green Blue C M Y K H S L
Decimal 165 251 6 0.34 0 0.98 0.02 81.06 0.97 0.5
Hex A5 FB 6 22 0 62 2 51 61 32
Octal 245 373 6 42 0 142 2 121 141 62
Binary 10100101 11111011 110 100010 0 1100010 10 1010001 1100001 110010

Color Harmonies of #A5FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FB06

Black with #A5FB06

Text Example


Text Example

White with #A5FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FB06; }

 p { color: rgb(165,251,6); }

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

background-color css

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

 a { background-color: rgb(165,251,6); }

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

border-color css

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

 span { border-color: rgb(165,251,6); }

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