Html Css Color HEX #A5F411 Spring Bud

📋 copy color: '#A5F411'

red 165 ◦ green 244 ◦ blue 17

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

Shades of Spring Bud #A5F411

Tints of Spring Bud #A5F411

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.28%

 BLUE value IS 17 (7.03% from 255) = 3.99%

R = 38.73%
G = 57.28%
B = 3.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#A5F411 (or 0xA5F411) is known color: Spring Bud. HEX triplet: A5, F4 and 11. RGB value is (165,244,17). Sum of RGB (Red+Green+Blue) = 165+244+17=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F411 is #5A0BEE. Grayscale: #C3C3C3. Windows color (decimal): -5901295 or 1176741. OLE color: 1176741.

HSL color Cylindrical-coordinate representation of color #A5F411: hue angle of 80.88º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5F411 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 17 -
CMYK 0.32 0 0.93 0.04
HSL 80.88º 0.91% 0.51% -
HSV(B) 80.88º 0.93% 0.96% -
XYZ 47.97 72.74 12.04 -
YUV 194.5 27.83 106.96 -
System Red Green Blue C M Y K H S L
Decimal 165 244 17 0.32 0 0.93 0.04 80.88 0.91 0.51
Hex A5 F4 11 20 0 5D 4 51 5B 33
Octal 245 364 21 40 0 135 4 121 133 63
Binary 10100101 11110100 10001 100000 0 1011101 100 1010001 1011011 110011

Color Harmonies of #A5F411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F411

Black with #A5F411

Text Example


Text Example

White with #A5F411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F411; }

 p { color: rgb(165,244,17); }

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

background-color css

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

 a { background-color: rgb(165,244,17); }

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

border-color css

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

 span { border-color: rgb(165,244,17); }

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