Html Css Color HEX #A5FF06 Spring Bud

📋 copy color: '#A5FF06'

red 165 ◦ green 255 ◦ blue 6

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

Shades of Spring Bud #A5FF06

Tints of Spring Bud #A5FF06

RGB

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

 GREEN value IS 255 (100% from 255) = 59.86%

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

R = 38.73%
G = 59.86%
B = 1.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#A5FF06 (or 0xA5FF06) is known color: Spring Bud. HEX triplet: A5, FF and 06. RGB value is (165,255,6). Sum of RGB (Red+Green+Blue) = 165+255+6=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FF06 is #5A00F9. Grayscale: #C8C8C8. Windows color (decimal): -5898490 or 458661. OLE color: 458661.

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

Color convert

RGB 165 255 6 -
CMYK 0.35 0 0.98 0
HSL 81.69º 1% 0.51% -
HSV(B) 81.69º 0.98% 1% -
XYZ 51.31 79.53 12.82 -
YUV 199.7 18.68 103.25 -
System Red Green Blue C M Y K H S L
Decimal 165 255 6 0.35 0 0.98 0 81.69 1 0.51
Hex A5 FF 6 23 0 62 0 52 64 33
Octal 245 377 6 43 0 142 0 122 144 63
Binary 10100101 11111111 110 100011 0 1100010 0 1010010 1100100 110011

Color Harmonies of #A5FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FF06

Black with #A5FF06

Text Example


Text Example

White with #A5FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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