Html Css Color HEX #A5F602 Spring Bud

📋 copy color: '#A5F602'

red 165 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #A5F602

Tints of Spring Bud #A5F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 59.56%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 39.95%
G = 59.56%
B = 0.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#A5F602 (or 0xA5F602) is known color: Spring Bud. HEX triplet: A5, F6 and 02. RGB value is (165,246,2). Sum of RGB (Red+Green+Blue) = 165+246+2=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 246 (96.48% from 255 or 59.56% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F602 is #5A09FD. Grayscale: #C2C2C2. Windows color (decimal): -5900798 or 194213. OLE color: 194213.

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

Color convert

RGB 165 246 2 -
CMYK 0.33 0 0.99 0.04
HSL 79.92º 0.98% 0.49% -
HSV(B) 79.92º 0.99% 0.96% -
XYZ 48.48 73.92 11.77 -
YUV 193.97 19.66 107.34 -
System Red Green Blue C M Y K H S L
Decimal 165 246 2 0.33 0 0.99 0.04 79.92 0.98 0.49
Hex A5 F6 2 21 0 63 4 50 62 31
Octal 245 366 2 41 0 143 4 120 142 61
Binary 10100101 11110110 10 100001 0 1100011 100 1010000 1100010 110001

Color Harmonies of #A5F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F602

Black with #A5F602

Text Example


Text Example

White with #A5F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F602; }

 p { color: rgb(165,246,2); }

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

background-color css

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

 a { background-color: rgb(165,246,2); }

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

border-color css

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

 span { border-color: rgb(165,246,2); }

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