Html Css Color HEX #A8EB01 Spring Bud

📋 copy color: '#A8EB01'

red 168 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #A8EB01

Tints of Spring Bud #A8EB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 41.58%
G = 58.17%
B = 0.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#A8EB01 (or 0xA8EB01) is known color: Spring Bud. HEX triplet: A8, EB and 01. RGB value is (168,235,1). Sum of RGB (Red+Green+Blue) = 168+235+1=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB01 is #5714FE. Grayscale: #BDBDBD. Windows color (decimal): -5707007 or 125864. OLE color: 125864.

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

Color convert

RGB 168 235 1 -
CMYK 0.29 0 1.00 0.08
HSL 77.18º 0.99% 0.46% -
HSV(B) 77.18º 1% 0.92% -
XYZ 45.86 67.74 10.69 -
YUV 188.29 22.3 113.53 -
System Red Green Blue C M Y K H S L
Decimal 168 235 1 0.29 0 1.00 0.08 77.18 0.99 0.46
Hex A8 EB 1 1D 0 64 8 4D 63 2E
Octal 250 353 1 35 0 144 10 115 143 56
Binary 10101000 11101011 1 11101 0 1100100 1000 1001101 1100011 101110

Color Harmonies of #A8EB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB01

Black with #A8EB01

Text Example


Text Example

White with #A8EB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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