Html Css Color HEX #A5EE0A Spring Bud

📋 copy color: '#A5EE0A'

red 165 ◦ green 238 ◦ blue 10

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

Shades of Spring Bud #A5EE0A

Tints of Spring Bud #A5EE0A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.63%

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 39.95%
G = 57.63%
B = 2.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#A5EE0A (or 0xA5EE0A) is known color: Spring Bud. HEX triplet: A5, EE and 0A. RGB value is (165,238,10). Sum of RGB (Red+Green+Blue) = 165+238+10=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 238 (93.36% from 255 or 57.63% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EE0A is #5A11F5. Grayscale: #BFBFBF. Windows color (decimal): -5902838 or 716453. OLE color: 716453.

HSL color Cylindrical-coordinate representation of color #A5EE0A: hue angle of 79.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5EE0A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 10 -
CMYK 0.31 0 0.96 0.07
HSL 79.21º 0.92% 0.49% -
HSV(B) 79.21º 0.96% 0.93% -
XYZ 46.15 69.17 11.21 -
YUV 190.18 26.32 110.04 -
System Red Green Blue C M Y K H S L
Decimal 165 238 10 0.31 0 0.96 0.07 79.21 0.92 0.49
Hex A5 EE A 1F 0 60 7 4F 5C 31
Octal 245 356 12 37 0 140 7 117 134 61
Binary 10100101 11101110 1010 11111 0 1100000 111 1001111 1011100 110001

Color Harmonies of #A5EE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE0A

Black with #A5EE0A

Text Example


Text Example

White with #A5EE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE0A; }

 p { color: rgb(165,238,10); }

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

background-color css

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

 a { background-color: rgb(165,238,10); }

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

border-color css

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

 span { border-color: rgb(165,238,10); }

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