Html Css Color HEX #ACF203 Spring Bud

📋 copy color: '#ACF203'

red 172 ◦ green 242 ◦ blue 3

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

Shades of Spring Bud #ACF203

Tints of Spring Bud #ACF203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.03%

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

R = 41.25%
G = 58.03%
B = 0.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#ACF203 (or 0xACF203) is known color: Spring Bud. HEX triplet: AC, F2 and 03. RGB value is (172,242,3). Sum of RGB (Red+Green+Blue) = 172+242+3=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF203 is #530DFC. Grayscale: #C2C2C2. Windows color (decimal): -5443069 or 258732. OLE color: 258732.

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

Color convert

RGB 172 242 3 -
CMYK 0.29 0 0.99 0.05
HSL 77.57º 0.98% 0.48% -
HSV(B) 77.57º 0.99% 0.95% -
XYZ 48.78 72.28 11.47 -
YUV 193.82 20.31 112.43 -
System Red Green Blue C M Y K H S L
Decimal 172 242 3 0.29 0 0.99 0.05 77.57 0.98 0.48
Hex AC F2 3 1D 0 63 5 4E 62 30
Octal 254 362 3 35 0 143 5 116 142 60
Binary 10101100 11110010 11 11101 0 1100011 101 1001110 1100010 110000

Color Harmonies of #ACF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF203

Black with #ACF203

Text Example


Text Example

White with #ACF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF203; }

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

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

background-color css

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

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

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

border-color css

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

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

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