Html Css Color HEX #ACF50B Spring Bud

📋 copy color: '#ACF50B'

red 172 ◦ green 245 ◦ blue 11

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

Shades of Spring Bud #ACF50B

Tints of Spring Bud #ACF50B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.24%

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

R = 40.19%
G = 57.24%
B = 2.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#ACF50B (or 0xACF50B) is known color: Spring Bud. HEX triplet: AC, F5 and 0B. RGB value is (172,245,11). Sum of RGB (Red+Green+Blue) = 172+245+11=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 245 (96.09% from 255 or 57.24% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF50B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF50B is #530AF4. Grayscale: #C5C5C5. Windows color (decimal): -5442293 or 783788. OLE color: 783788.

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

Color convert

RGB 172 245 11 -
CMYK 0.30 0 0.96 0.04
HSL 78.72º 0.92% 0.5% -
HSV(B) 78.72º 0.96% 0.96% -
XYZ 49.73 74.1 12 -
YUV 196.5 23.32 110.53 -
System Red Green Blue C M Y K H S L
Decimal 172 245 11 0.30 0 0.96 0.04 78.72 0.92 0.5
Hex AC F5 B 1E 0 60 4 4F 5C 32
Octal 254 365 13 36 0 140 4 117 134 62
Binary 10101100 11110101 1011 11110 0 1100000 100 1001111 1011100 110010

Color Harmonies of #ACF50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF50B

Black with #ACF50B

Text Example


Text Example

White with #ACF50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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