Html Css Color HEX #ACF20A Spring Bud

📋 copy color: '#ACF20A'

red 172 ◦ green 242 ◦ blue 10

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

Shades of Spring Bud #ACF20A

Tints of Spring Bud #ACF20A

RGB

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

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

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

R = 40.57%
G = 57.08%
B = 2.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#ACF20A (or 0xACF20A) is known color: Spring Bud. HEX triplet: AC, F2 and 0A. RGB value is (172,242,10). Sum of RGB (Red+Green+Blue) = 172+242+10=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF20A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF20A is #530DF5. Grayscale: #C3C3C3. Windows color (decimal): -5443062 or 717484. OLE color: 717484.

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

Color convert

RGB 172 242 10 -
CMYK 0.29 0 0.96 0.05
HSL 78.1º 0.92% 0.49% -
HSV(B) 78.1º 0.96% 0.95% -
XYZ 48.82 72.3 11.67 -
YUV 194.62 23.81 111.86 -
System Red Green Blue C M Y K H S L
Decimal 172 242 10 0.29 0 0.96 0.05 78.1 0.92 0.49
Hex AC F2 A 1D 0 60 5 4E 5C 31
Octal 254 362 12 35 0 140 5 116 134 61
Binary 10101100 11110010 1010 11101 0 1100000 101 1001110 1011100 110001

Color Harmonies of #ACF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF20A

Black with #ACF20A

Text Example


Text Example

White with #ACF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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