Html Css Color HEX #A5F716 Spring Bud

📋 copy color: '#A5F716'

red 165 ◦ green 247 ◦ blue 22

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

Shades of Spring Bud #A5F716

Tints of Spring Bud #A5F716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.07%

R = 38.02%
G = 56.91%
B = 5.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#A5F716 (or 0xA5F716) is known color: Spring Bud. HEX triplet: A5, F7 and 16. RGB value is (165,247,22). Sum of RGB (Red+Green+Blue) = 165+247+22=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F716 is #5A08E9. Grayscale: #C5C5C5. Windows color (decimal): -5900522 or 1505189. OLE color: 1505189.

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

Color convert

RGB 165 247 22 -
CMYK 0.33 0 0.91 0.03
HSL 81.87º 0.93% 0.53% -
HSV(B) 81.87º 0.91% 0.97% -
XYZ 48.92 74.58 12.58 -
YUV 196.83 29.33 105.3 -
System Red Green Blue C M Y K H S L
Decimal 165 247 22 0.33 0 0.91 0.03 81.87 0.93 0.53
Hex A5 F7 16 21 0 5B 3 52 5D 35
Octal 245 367 26 41 0 133 3 122 135 65
Binary 10100101 11110111 10110 100001 0 1011011 11 1010010 1011101 110101

Color Harmonies of #A5F716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F716

Black with #A5F716

Text Example


Text Example

White with #A5F716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F716; }

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

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

background-color css

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

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

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

border-color css

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

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

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