Html Css Color HEX #A8EF03 Spring Bud

📋 copy color: '#A8EF03'

red 168 ◦ green 239 ◦ blue 3

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

Shades of Spring Bud #A8EF03

Tints of Spring Bud #A8EF03

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.29%

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

R = 40.98%
G = 58.29%
B = 0.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#A8EF03 (or 0xA8EF03) is known color: Spring Bud. HEX triplet: A8, EF and 03. RGB value is (168,239,3). Sum of RGB (Red+Green+Blue) = 168+239+3=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF03 is #5710FC. Grayscale: #BFBFBF. Windows color (decimal): -5705981 or 257960. OLE color: 257960.

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

Color convert

RGB 168 239 3 -
CMYK 0.30 0 0.99 0.06
HSL 78.05º 0.98% 0.47% -
HSV(B) 78.05º 0.99% 0.94% -
XYZ 47.03 70.06 11.13 -
YUV 190.87 21.98 111.69 -
System Red Green Blue C M Y K H S L
Decimal 168 239 3 0.30 0 0.99 0.06 78.05 0.98 0.47
Hex A8 EF 3 1E 0 63 6 4E 62 2F
Octal 250 357 3 36 0 143 6 116 142 57
Binary 10101000 11101111 11 11110 0 1100011 110 1001110 1100010 101111

Color Harmonies of #A8EF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF03

Black with #A8EF03

Text Example


Text Example

White with #A8EF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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