Html Css Color HEX #ACF90C Spring Bud

📋 copy color: '#ACF90C'

red 172 ◦ green 249 ◦ blue 12

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

Shades of Spring Bud #ACF90C

Tints of Spring Bud #ACF90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.51%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 39.72%
G = 57.51%
B = 2.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#ACF90C (or 0xACF90C) is known color: Spring Bud. HEX triplet: AC, F9 and 0C. RGB value is (172,249,12). Sum of RGB (Red+Green+Blue) = 172+249+12=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF90C is #5306F3. Grayscale: #C7C7C7. Windows color (decimal): -5441268 or 850348. OLE color: 850348.

HSL color Cylindrical-coordinate representation of color #ACF90C: hue angle of 79.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF90C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 12 -
CMYK 0.31 0 0.95 0.02
HSL 79.49º 0.95% 0.51% -
HSV(B) 79.49º 0.95% 0.98% -
XYZ 50.96 76.55 12.44 -
YUV 198.96 22.49 108.77 -
System Red Green Blue C M Y K H S L
Decimal 172 249 12 0.31 0 0.95 0.02 79.49 0.95 0.51
Hex AC F9 C 1F 0 5F 2 4F 5F 33
Octal 254 371 14 37 0 137 2 117 137 63
Binary 10101100 11111001 1100 11111 0 1011111 10 1001111 1011111 110011

Color Harmonies of #ACF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF90C

Black with #ACF90C

Text Example


Text Example

White with #ACF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF90C; }

 p { color: rgb(172,249,12); }

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

background-color css

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

 a { background-color: rgb(172,249,12); }

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

border-color css

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

 span { border-color: rgb(172,249,12); }

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