Html Css Color HEX #A8EB04 Spring Bud

📋 copy color: '#A8EB04'

red 168 ◦ green 235 ◦ blue 4

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

Shades of Spring Bud #A8EB04

Tints of Spring Bud #A8EB04

RGB

 RED value IS 168 (66.02% from 255) = 41.28%

 GREEN value IS 235 (92.19% from 255) = 57.74%

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 41.28%
G = 57.74%
B = 0.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#A8EB04 (or 0xA8EB04) is known color: Spring Bud. HEX triplet: A8, EB and 04. RGB value is (168,235,4). Sum of RGB (Red+Green+Blue) = 168+235+4=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB04 is #5714FB. Grayscale: #BDBDBD. Windows color (decimal): -5707004 or 322472. OLE color: 322472.

HSL color Cylindrical-coordinate representation of color #A8EB04: hue angle of 77.4º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8EB04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 4 -
CMYK 0.29 0 0.98 0.08
HSL 77.4º 0.97% 0.47% -
HSV(B) 77.4º 0.98% 0.92% -
XYZ 45.88 67.75 10.77 -
YUV 188.63 23.8 113.28 -
System Red Green Blue C M Y K H S L
Decimal 168 235 4 0.29 0 0.98 0.08 77.4 0.97 0.47
Hex A8 EB 4 1D 0 62 8 4D 61 2F
Octal 250 353 4 35 0 142 10 115 141 57
Binary 10101000 11101011 100 11101 0 1100010 1000 1001101 1100001 101111

Color Harmonies of #A8EB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB04

Black with #A8EB04

Text Example


Text Example

White with #A8EB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB04; }

 p { color: rgb(168,235,4); }

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

background-color css

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

 a { background-color: rgb(168,235,4); }

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

border-color css

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

 span { border-color: rgb(168,235,4); }

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