Html Css Color HEX #A5F918 Spring Bud

📋 copy color: '#A5F918'

red 165 ◦ green 249 ◦ blue 24

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

Shades of Spring Bud #A5F918

Tints of Spring Bud #A5F918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.85%

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 37.67%
G = 56.85%
B = 5.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A5F918 (or 0xA5F918) is known color: Spring Bud. HEX triplet: A5, F9 and 18. RGB value is (165,249,24). Sum of RGB (Red+Green+Blue) = 165+249+24=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F918 is #5A06E7. Grayscale: #C7C7C7. Windows color (decimal): -5900008 or 1636773. OLE color: 1636773.

HSL color Cylindrical-coordinate representation of color #A5F918: hue angle of 82.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5F918 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 24 -
CMYK 0.34 0 0.90 0.02
HSL 82.4º 0.95% 0.54% -
HSV(B) 82.4º 0.9% 0.98% -
XYZ 49.56 75.82 12.89 -
YUV 198.23 29.67 104.3 -
System Red Green Blue C M Y K H S L
Decimal 165 249 24 0.34 0 0.90 0.02 82.4 0.95 0.54
Hex A5 F9 18 22 0 5A 2 52 5F 36
Octal 245 371 30 42 0 132 2 122 137 66
Binary 10100101 11111001 11000 100010 0 1011010 10 1010010 1011111 110110

Color Harmonies of #A5F918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F918

Black with #A5F918

Text Example


Text Example

White with #A5F918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F918; }

 p { color: rgb(165,249,24); }

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

background-color css

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

 a { background-color: rgb(165,249,24); }

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

border-color css

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

 span { border-color: rgb(165,249,24); }

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