Html Css Color HEX #A5F20D Spring Bud

📋 copy color: '#A5F20D'

red 165 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #A5F20D

Tints of Spring Bud #A5F20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.62%

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 39.29%
G = 57.62%
B = 3.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A5F20D (or 0xA5F20D) is known color: Spring Bud. HEX triplet: A5, F2 and 0D. RGB value is (165,242,13). Sum of RGB (Red+Green+Blue) = 165+242+13=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F20D is #5A0DF2. Grayscale: #C1C1C1. Windows color (decimal): -5901811 or 914085. OLE color: 914085.

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

Color convert

RGB 165 242 13 -
CMYK 0.32 0 0.95 0.05
HSL 80.17º 0.9% 0.5% -
HSV(B) 80.17º 0.95% 0.95% -
XYZ 47.34 71.53 11.69 -
YUV 192.87 26.49 108.12 -
System Red Green Blue C M Y K H S L
Decimal 165 242 13 0.32 0 0.95 0.05 80.17 0.9 0.5
Hex A5 F2 D 20 0 5F 5 50 5A 32
Octal 245 362 15 40 0 137 5 120 132 62
Binary 10100101 11110010 1101 100000 0 1011111 101 1010000 1011010 110010

Color Harmonies of #A5F20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F20D

Black with #A5F20D

Text Example


Text Example

White with #A5F20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F20D; }

 p { color: rgb(165,242,13); }

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

background-color css

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

 a { background-color: rgb(165,242,13); }

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

border-color css

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

 span { border-color: rgb(165,242,13); }

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