Html Css Color HEX #A5F810 Spring Bud

📋 copy color: '#A5F810'

red 165 ◦ green 248 ◦ blue 16

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

Shades of Spring Bud #A5F810

Tints of Spring Bud #A5F810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 38.46%
G = 57.81%
B = 3.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#A5F810 (or 0xA5F810) is known color: Spring Bud. HEX triplet: A5, F8 and 10. RGB value is (165,248,16). Sum of RGB (Red+Green+Blue) = 165+248+16=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F810 is #5A07EF. Grayscale: #C5C5C5. Windows color (decimal): -5900272 or 1112229. OLE color: 1112229.

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

Color convert

RGB 165 248 16 -
CMYK 0.33 0 0.94 0.03
HSL 81.47º 0.94% 0.52% -
HSV(B) 81.47º 0.94% 0.97% -
XYZ 49.18 75.17 12.41 -
YUV 196.74 26 105.36 -
System Red Green Blue C M Y K H S L
Decimal 165 248 16 0.33 0 0.94 0.03 81.47 0.94 0.52
Hex A5 F8 10 21 0 5E 3 51 5E 34
Octal 245 370 20 41 0 136 3 121 136 64
Binary 10100101 11111000 10000 100001 0 1011110 11 1010001 1011110 110100

Color Harmonies of #A5F810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F810

Black with #A5F810

Text Example


Text Example

White with #A5F810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F810; }

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

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

background-color css

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

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

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

border-color css

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

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

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