Html Css Color HEX #A5EE05 Spring Bud

📋 copy color: '#A5EE05'

red 165 ◦ green 238 ◦ blue 5

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

Shades of Spring Bud #A5EE05

Tints of Spring Bud #A5EE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 40.44%
G = 58.33%
B = 1.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#A5EE05 (or 0xA5EE05) is known color: Spring Bud. HEX triplet: A5, EE and 05. RGB value is (165,238,5). Sum of RGB (Red+Green+Blue) = 165+238+5=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EE05 is #5A11FA. Grayscale: #BEBEBE. Windows color (decimal): -5902843 or 388773. OLE color: 388773.

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

Color convert

RGB 165 238 5 -
CMYK 0.31 0 0.98 0.07
HSL 78.8º 0.96% 0.48% -
HSV(B) 78.8º 0.98% 0.93% -
XYZ 46.12 69.16 11.06 -
YUV 189.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 165 238 5 0.31 0 0.98 0.07 78.8 0.96 0.48
Hex A5 EE 5 1F 0 62 7 4F 60 30
Octal 245 356 5 37 0 142 7 117 140 60
Binary 10100101 11101110 101 11111 0 1100010 111 1001111 1100000 110000

Color Harmonies of #A5EE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE05

Black with #A5EE05

Text Example


Text Example

White with #A5EE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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