Html Css Color HEX #A8F004 Spring Bud

📋 copy color: '#A8F004'

red 168 ◦ green 240 ◦ blue 4

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

Shades of Spring Bud #A8F004

Tints of Spring Bud #A8F004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.25%

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

R = 40.78%
G = 58.25%
B = 0.97%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#A8F004 (or 0xA8F004) is known color: Spring Bud. HEX triplet: A8, F0 and 04. RGB value is (168,240,4). Sum of RGB (Red+Green+Blue) = 168+240+4=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F004 is #570FFB. Grayscale: #C0C0C0. Windows color (decimal): -5705724 or 323752. OLE color: 323752.

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

Color convert

RGB 168 240 4 -
CMYK 0.3 0 0.98 0.06
HSL 78.31º 0.97% 0.48% -
HSV(B) 78.31º 0.98% 0.94% -
XYZ 47.33 70.65 11.26 -
YUV 191.57 22.15 111.19 -
System Red Green Blue C M Y K H S L
Decimal 168 240 4 0.3 0 0.98 0.06 78.31 0.97 0.48
Hex A8 F0 4 1E 0 62 6 4E 61 30
Octal 250 360 4 36 0 142 6 116 141 60
Binary 10101000 11110000 100 11110 0 1100010 110 1001110 1100001 110000

Color Harmonies of #A8F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F004

Black with #A8F004

Text Example


Text Example

White with #A8F004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F004; }

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

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

background-color css

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

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

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

border-color css

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

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

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