Html Css Color HEX #A5F803 Spring Bud

📋 copy color: '#A5F803'

red 165 ◦ green 248 ◦ blue 3

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

Shades of Spring Bud #A5F803

Tints of Spring Bud #A5F803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.62%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 39.66%
G = 59.62%
B = 0.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#A5F803 (or 0xA5F803) is known color: Spring Bud. HEX triplet: A5, F8 and 03. RGB value is (165,248,3). Sum of RGB (Red+Green+Blue) = 165+248+3=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F803 is #5A07FC. Grayscale: #C4C4C4. Windows color (decimal): -5900285 or 260261. OLE color: 260261.

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

Color convert

RGB 165 248 3 -
CMYK 0.33 0 0.99 0.03
HSL 80.33º 0.98% 0.49% -
HSV(B) 80.33º 0.99% 0.97% -
XYZ 49.1 75.14 12 -
YUV 195.25 19.5 106.42 -
System Red Green Blue C M Y K H S L
Decimal 165 248 3 0.33 0 0.99 0.03 80.33 0.98 0.49
Hex A5 F8 3 21 0 63 3 50 62 31
Octal 245 370 3 41 0 143 3 120 142 61
Binary 10100101 11111000 11 100001 0 1100011 11 1010000 1100010 110001

Color Harmonies of #A5F803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F803

Black with #A5F803

Text Example


Text Example

White with #A5F803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F803; }

 p { color: rgb(165,248,3); }

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

background-color css

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

 a { background-color: rgb(165,248,3); }

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

border-color css

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

 span { border-color: rgb(165,248,3); }

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