Html Css Color HEX #ACF70C Spring Bud

📋 copy color: '#ACF70C'

red 172 ◦ green 247 ◦ blue 12

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

Shades of Spring Bud #ACF70C

Tints of Spring Bud #ACF70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.31%

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

R = 39.91%
G = 57.31%
B = 2.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#ACF70C (or 0xACF70C) is known color: Spring Bud. HEX triplet: AC, F7 and 0C. RGB value is (172,247,12). Sum of RGB (Red+Green+Blue) = 172+247+12=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70C is #5308F3. Grayscale: #C6C6C6. Windows color (decimal): -5441780 or 849836. OLE color: 849836.

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

Color convert

RGB 172 247 12 -
CMYK 0.30 0 0.95 0.03
HSL 79.15º 0.94% 0.51% -
HSV(B) 79.15º 0.95% 0.97% -
XYZ 50.34 75.32 12.23 -
YUV 197.79 23.15 109.61 -
System Red Green Blue C M Y K H S L
Decimal 172 247 12 0.30 0 0.95 0.03 79.15 0.94 0.51
Hex AC F7 C 1E 0 5F 3 4F 5E 33
Octal 254 367 14 36 0 137 3 117 136 63
Binary 10101100 11110111 1100 11110 0 1011111 11 1001111 1011110 110011

Color Harmonies of #ACF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF70C

Black with #ACF70C

Text Example


Text Example

White with #ACF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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