Html Css Color HEX #ACF714 Spring Bud

📋 copy color: '#ACF714'

red 172 ◦ green 247 ◦ blue 20

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

Shades of Spring Bud #ACF714

Tints of Spring Bud #ACF714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 39.18%
G = 56.26%
B = 4.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#ACF714 (or 0xACF714) is known color: Spring Bud. HEX triplet: AC, F7 and 14. RGB value is (172,247,20). Sum of RGB (Red+Green+Blue) = 172+247+20=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF714 is #5308EB. Grayscale: #C7C7C7. Windows color (decimal): -5441772 or 1374124. OLE color: 1374124.

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

Color convert

RGB 172 247 20 -
CMYK 0.30 0 0.92 0.03
HSL 79.82º 0.93% 0.52% -
HSV(B) 79.82º 0.92% 0.97% -
XYZ 50.4 75.34 12.55 -
YUV 198.7 27.15 108.96 -
System Red Green Blue C M Y K H S L
Decimal 172 247 20 0.30 0 0.92 0.03 79.82 0.93 0.52
Hex AC F7 14 1E 0 5C 3 50 5D 34
Octal 254 367 24 36 0 134 3 120 135 64
Binary 10101100 11110111 10100 11110 0 1011100 11 1010000 1011101 110100

Color Harmonies of #ACF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF714

Black with #ACF714

Text Example


Text Example

White with #ACF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF714; }

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

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

background-color css

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

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

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

border-color css

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

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

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