Html Css Color HEX #ACF863 Conifer

📋 copy color: '#ACF863'

red 172 ◦ green 248 ◦ blue 99

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

Shades of Conifer #ACF863

Tints of Conifer #ACF863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

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

R = 33.14%
G = 47.78%
B = 19.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#ACF863 (or 0xACF863) is known color: Conifer. HEX triplet: AC, F8 and 63. RGB value is (172,248,99). Sum of RGB (Red+Green+Blue) = 172+248+99=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF863 is #53079C. Grayscale: #D0D0D0. Windows color (decimal): -5441437 or 6551724. OLE color: 6551724.

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

Color convert

RGB 172 248 99 -
CMYK 0.31 0 0.60 0.03
HSL 90.6º 0.91% 0.68% -
HSV(B) 90.6º 0.6% 0.97% -
XYZ 52.83 76.81 23.84 -
YUV 208.29 66.32 102.12 -
System Red Green Blue C M Y K H S L
Decimal 172 248 99 0.31 0 0.60 0.03 90.6 0.91 0.68
Hex AC F8 63 1F 0 3C 3 5B 5B 44
Octal 254 370 143 37 0 74 3 133 133 104
Binary 10101100 11111000 1100011 11111 0 111100 11 1011011 1011011 1000100

Color Harmonies of #ACF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF863

Black with #ACF863

Text Example


Text Example

White with #ACF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF863; }

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

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

background-color css

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

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

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

border-color css

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

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

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