Html Css Color HEX #A8EA03 Spring Bud

📋 copy color: '#A8EA03'

red 168 ◦ green 234 ◦ blue 3

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

Shades of Spring Bud #A8EA03

Tints of Spring Bud #A8EA03

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.78%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 41.48%
G = 57.78%
B = 0.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#A8EA03 (or 0xA8EA03) is known color: Spring Bud. HEX triplet: A8, EA and 03. RGB value is (168,234,3). Sum of RGB (Red+Green+Blue) = 168+234+3=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EA03 is #5715FC. Grayscale: #BCBCBC. Windows color (decimal): -5707261 or 256680. OLE color: 256680.

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

Color convert

RGB 168 234 3 -
CMYK 0.28 0 0.99 0.08
HSL 77.14º 0.97% 0.46% -
HSV(B) 77.14º 0.99% 0.92% -
XYZ 45.59 67.18 10.65 -
YUV 187.93 23.63 113.78 -
System Red Green Blue C M Y K H S L
Decimal 168 234 3 0.28 0 0.99 0.08 77.14 0.97 0.46
Hex A8 EA 3 1C 0 63 8 4D 61 2E
Octal 250 352 3 34 0 143 10 115 141 56
Binary 10101000 11101010 11 11100 0 1100011 1000 1001101 1100001 101110

Color Harmonies of #A8EA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA03

Black with #A8EA03

Text Example


Text Example

White with #A8EA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA03; }

 p { color: rgb(168,234,3); }

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

background-color css

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

 a { background-color: rgb(168,234,3); }

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

border-color css

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

 span { border-color: rgb(168,234,3); }

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