Html Css Color HEX #ACF868 Conifer

📋 copy color: '#ACF868'

red 172 ◦ green 248 ◦ blue 104

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

Shades of Conifer #ACF868

Tints of Conifer #ACF868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 32.82%
G = 47.33%
B = 19.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#ACF868 (or 0xACF868) is known color: Conifer. HEX triplet: AC, F8 and 68. RGB value is (172,248,104). Sum of RGB (Red+Green+Blue) = 172+248+104=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF868 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF868 is #530797. Grayscale: #D1D1D1. Windows color (decimal): -5441432 or 6879404. OLE color: 6879404.

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

Color convert

RGB 172 248 104 -
CMYK 0.31 0 0.58 0.03
HSL 91.67º 0.91% 0.69% -
HSV(B) 91.67º 0.58% 0.97% -
XYZ 53.08 76.9 25.14 -
YUV 208.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 172 248 104 0.31 0 0.58 0.03 91.67 0.91 0.69
Hex AC F8 68 1F 0 3A 3 5C 5B 45
Octal 254 370 150 37 0 72 3 134 133 105
Binary 10101100 11111000 1101000 11111 0 111010 11 1011100 1011011 1000101

Color Harmonies of #ACF868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF868

Black with #ACF868

Text Example


Text Example

White with #ACF868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF868; }

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

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

background-color css

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

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

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

border-color css

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

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

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