Html Css Color HEX #ACF612 Spring Bud

📋 copy color: '#ACF612'

red 172 ◦ green 246 ◦ blue 18

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

Shades of Spring Bud #ACF612

Tints of Spring Bud #ACF612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 39.45%
G = 56.42%
B = 4.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ACF612 (or 0xACF612) is known color: Spring Bud. HEX triplet: AC, F6 and 12. RGB value is (172,246,18). Sum of RGB (Red+Green+Blue) = 172+246+18=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF612 is #5309ED. Grayscale: #C6C6C6. Windows color (decimal): -5442030 or 1242796. OLE color: 1242796.

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

Color convert

RGB 172 246 18 -
CMYK 0.30 0 0.93 0.04
HSL 79.47º 0.93% 0.52% -
HSV(B) 79.47º 0.93% 0.96% -
XYZ 50.08 74.73 12.36 -
YUV 197.88 26.48 109.54 -
System Red Green Blue C M Y K H S L
Decimal 172 246 18 0.30 0 0.93 0.04 79.47 0.93 0.52
Hex AC F6 12 1E 0 5D 4 4F 5D 34
Octal 254 366 22 36 0 135 4 117 135 64
Binary 10101100 11110110 10010 11110 0 1011101 100 1001111 1011101 110100

Color Harmonies of #ACF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF612

Black with #ACF612

Text Example


Text Example

White with #ACF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF612; }

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

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

background-color css

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

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

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

border-color css

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

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

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