Html Css Color HEX #ACF103 Spring Bud

📋 copy color: '#ACF103'

red 172 ◦ green 241 ◦ blue 3

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

Shades of Spring Bud #ACF103

Tints of Spring Bud #ACF103

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

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

R = 41.35%
G = 57.93%
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

#ACF103 (or 0xACF103) is known color: Spring Bud. HEX triplet: AC, F1 and 03. RGB value is (172,241,3). Sum of RGB (Red+Green+Blue) = 172+241+3=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF103 is #530EFC. Grayscale: #C2C2C2. Windows color (decimal): -5443325 or 258476. OLE color: 258476.

HSL color Cylindrical-coordinate representation of color #ACF103: hue angle of 77.39º 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 #ACF103 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 3 -
CMYK 0.29 0 0.99 0.05
HSL 77.39º 0.98% 0.48% -
HSV(B) 77.39º 0.99% 0.95% -
XYZ 48.48 71.69 11.37 -
YUV 193.24 20.64 112.85 -
System Red Green Blue C M Y K H S L
Decimal 172 241 3 0.29 0 0.99 0.05 77.39 0.98 0.48
Hex AC F1 3 1D 0 63 5 4D 62 30
Octal 254 361 3 35 0 143 5 115 142 60
Binary 10101100 11110001 11 11101 0 1100011 101 1001101 1100010 110000

Color Harmonies of #ACF103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF103

Black with #ACF103

Text Example


Text Example

White with #ACF103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF103; }

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

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

background-color css

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

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

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

border-color css

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

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

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