Html Css Color HEX #ACF003 Spring Bud

📋 copy color: '#ACF003'

red 172 ◦ green 240 ◦ blue 3

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

Shades of Spring Bud #ACF003

Tints of Spring Bud #ACF003

RGB

 RED value IS 172 (67.58% from 255) = 41.45%

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

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

R = 41.45%
G = 57.83%
B = 0.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#ACF003 (or 0xACF003) is known color: Spring Bud. HEX triplet: AC, F0 and 03. RGB value is (172,240,3). Sum of RGB (Red+Green+Blue) = 172+240+3=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF003 is #530FFC. Grayscale: #C1C1C1. Windows color (decimal): -5443581 or 258220. OLE color: 258220.

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

Color convert

RGB 172 240 3 -
CMYK 0.28 0 0.99 0.06
HSL 77.22º 0.98% 0.48% -
HSV(B) 77.22º 0.99% 0.94% -
XYZ 48.19 71.1 11.27 -
YUV 192.65 20.97 113.27 -
System Red Green Blue C M Y K H S L
Decimal 172 240 3 0.28 0 0.99 0.06 77.22 0.98 0.48
Hex AC F0 3 1C 0 63 6 4D 62 30
Octal 254 360 3 34 0 143 6 115 142 60
Binary 10101100 11110000 11 11100 0 1100011 110 1001101 1100010 110000

Color Harmonies of #ACF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF003

Black with #ACF003

Text Example


Text Example

White with #ACF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF003; }

 p { color: rgb(172,240,3); }

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

background-color css

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

 a { background-color: rgb(172,240,3); }

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

border-color css

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

 span { border-color: rgb(172,240,3); }

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