Html Css Color HEX #ACFF0C Spring Bud

📋 copy color: '#ACFF0C'

red 172 ◦ green 255 ◦ blue 12

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

Shades of Spring Bud #ACFF0C

Tints of Spring Bud #ACFF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 58.09%

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

R = 39.18%
G = 58.09%
B = 2.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#ACFF0C (or 0xACFF0C) is known color: Spring Bud. HEX triplet: AC, FF and 0C. RGB value is (172,255,12). Sum of RGB (Red+Green+Blue) = 172+255+12=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF0C is #5300F3. Grayscale: #CBCBCB. Windows color (decimal): -5439732 or 851884. OLE color: 851884.

HSL color Cylindrical-coordinate representation of color #ACFF0C: hue angle of 80.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACFF0C is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 12 -
CMYK 0.33 0 0.95 0
HSL 80.49º 1% 0.52% -
HSV(B) 80.49º 0.95% 1% -
XYZ 52.84 80.32 13.07 -
YUV 202.48 20.5 106.26 -
System Red Green Blue C M Y K H S L
Decimal 172 255 12 0.33 0 0.95 0 80.49 1 0.52
Hex AC FF C 21 0 5F 0 50 64 34
Octal 254 377 14 41 0 137 0 120 144 64
Binary 10101100 11111111 1100 100001 0 1011111 0 1010000 1100100 110100

Color Harmonies of #ACFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF0C

Black with #ACFF0C

Text Example


Text Example

White with #ACFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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