Html Css Color HEX #ACF963 Conifer

📋 copy color: '#ACF963'

red 172 ◦ green 249 ◦ blue 99

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

Shades of Conifer #ACF963

Tints of Conifer #ACF963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.04%

R = 33.08%
G = 47.88%
B = 19.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#ACF963 (or 0xACF963) is known color: Conifer. HEX triplet: AC, F9 and 63. RGB value is (172,249,99). Sum of RGB (Red+Green+Blue) = 172+249+99=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF963 is #53069C. Grayscale: #D1D1D1. Windows color (decimal): -5441181 or 6551980. OLE color: 6551980.

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

Color convert

RGB 172 249 99 -
CMYK 0.31 0 0.60 0.02
HSL 90.8º 0.93% 0.68% -
HSV(B) 90.8º 0.6% 0.98% -
XYZ 53.14 77.42 23.95 -
YUV 208.88 65.99 101.7 -
System Red Green Blue C M Y K H S L
Decimal 172 249 99 0.31 0 0.60 0.02 90.8 0.93 0.68
Hex AC F9 63 1F 0 3C 2 5B 5D 44
Octal 254 371 143 37 0 74 2 133 135 104
Binary 10101100 11111001 1100011 11111 0 111100 10 1011011 1011101 1000100

Color Harmonies of #ACF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF963

Black with #ACF963

Text Example


Text Example

White with #ACF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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