Html Css Color HEX #A6ED05 Spring Bud

📋 copy color: '#A6ED05'

red 166 ◦ green 237 ◦ blue 5

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

Shades of Spring Bud #A6ED05

Tints of Spring Bud #A6ED05

RGB

 RED value IS 166 (65.23% from 255) = 40.69%

 GREEN value IS 237 (92.97% from 255) = 58.09%

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

R = 40.69%
G = 58.09%
B = 1.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#A6ED05 (or 0xA6ED05) is known color: Spring Bud. HEX triplet: A6, ED and 05. RGB value is (166,237,5). Sum of RGB (Red+Green+Blue) = 166+237+5=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6ED05 is #5912FA. Grayscale: #BEBEBE. Windows color (decimal): -5837563 or 388518. OLE color: 388518.

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

Color convert

RGB 166 237 5 -
CMYK 0.30 0 0.98 0.07
HSL 78.36º 0.96% 0.47% -
HSV(B) 78.36º 0.98% 0.93% -
XYZ 46.04 68.69 10.97 -
YUV 189.32 23.98 111.36 -
System Red Green Blue C M Y K H S L
Decimal 166 237 5 0.30 0 0.98 0.07 78.36 0.96 0.47
Hex A6 ED 5 1E 0 62 7 4E 60 2F
Octal 246 355 5 36 0 142 7 116 140 57
Binary 10100110 11101101 101 11110 0 1100010 111 1001110 1100000 101111

Color Harmonies of #A6ED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED05

Black with #A6ED05

Text Example


Text Example

White with #A6ED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED05; }

 p { color: rgb(166,237,5); }

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

background-color css

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

 a { background-color: rgb(166,237,5); }

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

border-color css

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

 span { border-color: rgb(166,237,5); }

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