Html Css Color HEX #A5F710 Spring Bud

📋 copy color: '#A5F710'

red 165 ◦ green 247 ◦ blue 16

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

Shades of Spring Bud #A5F710

Tints of Spring Bud #A5F710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.71%

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

R = 38.55%
G = 57.71%
B = 3.74%

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

#A5F710 (or 0xA5F710) is known color: Spring Bud. HEX triplet: A5, F7 and 10. RGB value is (165,247,16). Sum of RGB (Red+Green+Blue) = 165+247+16=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F710 is #5A08EF. Grayscale: #C4C4C4. Windows color (decimal): -5900528 or 1111973. OLE color: 1111973.

HSL color Cylindrical-coordinate representation of color #A5F710: hue angle of 81.3º 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 #A5F710 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 247 16 -
CMYK 0.33 0 0.94 0.03
HSL 81.3º 0.94% 0.52% -
HSV(B) 81.3º 0.94% 0.97% -
XYZ 48.87 74.56 12.31 -
YUV 196.15 26.33 105.78 -
System Red Green Blue C M Y K H S L
Decimal 165 247 16 0.33 0 0.94 0.03 81.3 0.94 0.52
Hex A5 F7 10 21 0 5E 3 51 5E 34
Octal 245 367 20 41 0 136 3 121 136 64
Binary 10100101 11110111 10000 100001 0 1011110 11 1010001 1011110 110100

Color Harmonies of #A5F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F710

Black with #A5F710

Text Example


Text Example

White with #A5F710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F710; }

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

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

background-color css

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

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

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

border-color css

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

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

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