Html Css Color HEX #A5F311 Spring Bud

📋 copy color: '#A5F311'

red 165 ◦ green 243 ◦ blue 17

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

Shades of Spring Bud #A5F311

Tints of Spring Bud #A5F311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.18%

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

R = 38.82%
G = 57.18%
B = 4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#A5F311 (or 0xA5F311) is known color: Spring Bud. HEX triplet: A5, F3 and 11. RGB value is (165,243,17). Sum of RGB (Red+Green+Blue) = 165+243+17=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F311 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F311 is #5A0CEE. Grayscale: #C2C2C2. Windows color (decimal): -5901551 or 1176485. OLE color: 1176485.

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

Color convert

RGB 165 243 17 -
CMYK 0.32 0 0.93 0.05
HSL 80.71º 0.9% 0.51% -
HSV(B) 80.71º 0.93% 0.95% -
XYZ 47.67 72.14 11.94 -
YUV 193.91 28.16 107.38 -
System Red Green Blue C M Y K H S L
Decimal 165 243 17 0.32 0 0.93 0.05 80.71 0.9 0.51
Hex A5 F3 11 20 0 5D 5 51 5A 33
Octal 245 363 21 40 0 135 5 121 132 63
Binary 10100101 11110011 10001 100000 0 1011101 101 1010001 1011010 110011

Color Harmonies of #A5F311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F311

Black with #A5F311

Text Example


Text Example

White with #A5F311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F311; }

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

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

background-color css

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

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

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

border-color css

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

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

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