Html Css Color HEX #ACF60C Spring Bud

📋 copy color: '#ACF60C'

red 172 ◦ green 246 ◦ blue 12

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

Shades of Spring Bud #ACF60C

Tints of Spring Bud #ACF60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.21%

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 40%
G = 57.21%
B = 2.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#ACF60C (or 0xACF60C) is known color: Spring Bud. HEX triplet: AC, F6 and 0C. RGB value is (172,246,12). Sum of RGB (Red+Green+Blue) = 172+246+12=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF60C is #5309F3. Grayscale: #C6C6C6. Windows color (decimal): -5442036 or 849580. OLE color: 849580.

HSL color Cylindrical-coordinate representation of color #ACF60C: hue angle of 78.97º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF60C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 12 -
CMYK 0.30 0 0.95 0.04
HSL 78.97º 0.93% 0.51% -
HSV(B) 78.97º 0.95% 0.96% -
XYZ 50.04 74.71 12.13 -
YUV 197.2 23.48 110.03 -
System Red Green Blue C M Y K H S L
Decimal 172 246 12 0.30 0 0.95 0.04 78.97 0.93 0.51
Hex AC F6 C 1E 0 5F 4 4F 5D 33
Octal 254 366 14 36 0 137 4 117 135 63
Binary 10101100 11110110 1100 11110 0 1011111 100 1001111 1011101 110011

Color Harmonies of #ACF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF60C

Black with #ACF60C

Text Example


Text Example

White with #ACF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF60C; }

 p { color: rgb(172,246,12); }

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

background-color css

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

 a { background-color: rgb(172,246,12); }

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

border-color css

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

 span { border-color: rgb(172,246,12); }

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