Html Css Color HEX #ACF70A Spring Bud

📋 copy color: '#ACF70A'

red 172 ◦ green 247 ◦ blue 10

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

Shades of Spring Bud #ACF70A

Tints of Spring Bud #ACF70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 40.09%
G = 57.58%
B = 2.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#ACF70A (or 0xACF70A) is known color: Spring Bud. HEX triplet: AC, F7 and 0A. RGB value is (172,247,10). Sum of RGB (Red+Green+Blue) = 172+247+10=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 247 (96.88% from 255 or 57.58% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70A is #5308F5. Grayscale: #C6C6C6. Windows color (decimal): -5441782 or 718764. OLE color: 718764.

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

Color convert

RGB 172 247 10 -
CMYK 0.30 0 0.96 0.03
HSL 78.99º 0.94% 0.5% -
HSV(B) 78.99º 0.96% 0.97% -
XYZ 50.33 75.31 12.17 -
YUV 197.56 22.15 109.77 -
System Red Green Blue C M Y K H S L
Decimal 172 247 10 0.30 0 0.96 0.03 78.99 0.94 0.5
Hex AC F7 A 1E 0 60 3 4F 5E 32
Octal 254 367 12 36 0 140 3 117 136 62
Binary 10101100 11110111 1010 11110 0 1100000 11 1001111 1011110 110010

Color Harmonies of #ACF70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF70A

Black with #ACF70A

Text Example


Text Example

White with #ACF70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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