Html Css Color HEX #ACF20B Spring Bud

📋 copy color: '#ACF20B'

red 172 ◦ green 242 ◦ blue 11

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

Shades of Spring Bud #ACF20B

Tints of Spring Bud #ACF20B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.94%

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

R = 40.47%
G = 56.94%
B = 2.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#ACF20B (or 0xACF20B) is known color: Spring Bud. HEX triplet: AC, F2 and 0B. RGB value is (172,242,11). Sum of RGB (Red+Green+Blue) = 172+242+11=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF20B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF20B is #530DF4. Grayscale: #C3C3C3. Windows color (decimal): -5443061 or 783020. OLE color: 783020.

HSL color Cylindrical-coordinate representation of color #ACF20B: hue angle of 78.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF20B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 11 -
CMYK 0.29 0 0.95 0.05
HSL 78.18º 0.91% 0.5% -
HSV(B) 78.18º 0.95% 0.95% -
XYZ 48.83 72.3 11.7 -
YUV 194.74 24.31 111.78 -
System Red Green Blue C M Y K H S L
Decimal 172 242 11 0.29 0 0.95 0.05 78.18 0.91 0.5
Hex AC F2 B 1D 0 5F 5 4E 5B 32
Octal 254 362 13 35 0 137 5 116 133 62
Binary 10101100 11110010 1011 11101 0 1011111 101 1001110 1011011 110010

Color Harmonies of #ACF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF20B

Black with #ACF20B

Text Example


Text Example

White with #ACF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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