Html Css Color HEX #A5F313 Spring Bud

📋 copy color: '#A5F313'

red 165 ◦ green 243 ◦ blue 19

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

Shades of Spring Bud #A5F313

Tints of Spring Bud #A5F313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 38.64%
G = 56.91%
B = 4.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#A5F313 (or 0xA5F313) is known color: Spring Bud. HEX triplet: A5, F3 and 13. RGB value is (165,243,19). Sum of RGB (Red+Green+Blue) = 165+243+19=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F313 is #5A0CEC. Grayscale: #C2C2C2. Windows color (decimal): -5901549 or 1307557. OLE color: 1307557.

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

Color convert

RGB 165 243 19 -
CMYK 0.32 0 0.92 0.05
HSL 80.89º 0.9% 0.51% -
HSV(B) 80.89º 0.92% 0.95% -
XYZ 47.69 72.15 12.03 -
YUV 194.14 29.16 107.21 -
System Red Green Blue C M Y K H S L
Decimal 165 243 19 0.32 0 0.92 0.05 80.89 0.9 0.51
Hex A5 F3 13 20 0 5C 5 51 5A 33
Octal 245 363 23 40 0 134 5 121 132 63
Binary 10100101 11110011 10011 100000 0 1011100 101 1010001 1011010 110011

Color Harmonies of #A5F313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F313

Black with #A5F313

Text Example


Text Example

White with #A5F313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F313; }

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

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

background-color css

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

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

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

border-color css

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

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

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