Html Css Color HEX #ACF710 Spring Bud

📋 copy color: '#ACF710'

red 172 ◦ green 247 ◦ blue 16

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

Shades of Spring Bud #ACF710

Tints of Spring Bud #ACF710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 39.54%
G = 56.78%
B = 3.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#ACF710 (or 0xACF710) is known color: Spring Bud. HEX triplet: AC, F7 and 10. RGB value is (172,247,16). Sum of RGB (Red+Green+Blue) = 172+247+16=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF710 is #5308EF. Grayscale: #C7C7C7. Windows color (decimal): -5441776 or 1111980. OLE color: 1111980.

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

Color convert

RGB 172 247 16 -
CMYK 0.30 0 0.94 0.03
HSL 79.48º 0.94% 0.52% -
HSV(B) 79.48º 0.94% 0.97% -
XYZ 50.37 75.33 12.38 -
YUV 198.24 25.15 109.28 -
System Red Green Blue C M Y K H S L
Decimal 172 247 16 0.30 0 0.94 0.03 79.48 0.94 0.52
Hex AC F7 10 1E 0 5E 3 4F 5E 34
Octal 254 367 20 36 0 136 3 117 136 64
Binary 10101100 11110111 10000 11110 0 1011110 11 1001111 1011110 110100

Color Harmonies of #ACF710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF710

Black with #ACF710

Text Example


Text Example

White with #ACF710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF710; }

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

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

background-color css

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

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

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

border-color css

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

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

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