Html Css Color HEX #ACF70B Spring Bud

📋 copy color: '#ACF70B'

red 172 ◦ green 247 ◦ blue 11

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

Shades of Spring Bud #ACF70B

Tints of Spring Bud #ACF70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 40%
G = 57.44%
B = 2.56%

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

#ACF70B (or 0xACF70B) is known color: Spring Bud. HEX triplet: AC, F7 and 0B. RGB value is (172,247,11). Sum of RGB (Red+Green+Blue) = 172+247+11=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70B is #5308F4. Grayscale: #C6C6C6. Windows color (decimal): -5441781 or 784300. OLE color: 784300.

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

Color convert

RGB 172 247 11 -
CMYK 0.30 0 0.96 0.03
HSL 79.07º 0.94% 0.51% -
HSV(B) 79.07º 0.96% 0.97% -
XYZ 50.33 75.32 12.2 -
YUV 197.67 22.65 109.69 -
System Red Green Blue C M Y K H S L
Decimal 172 247 11 0.30 0 0.96 0.03 79.07 0.94 0.51
Hex AC F7 B 1E 0 60 3 4F 5E 33
Octal 254 367 13 36 0 140 3 117 136 63
Binary 10101100 11110111 1011 11110 0 1100000 11 1001111 1011110 110011

Color Harmonies of #ACF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF70B

Black with #ACF70B

Text Example


Text Example

White with #ACF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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