Html Css Color HEX #ACF664 Conifer

📋 copy color: '#ACF664'

red 172 ◦ green 246 ◦ blue 100

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

Shades of Conifer #ACF664

Tints of Conifer #ACF664

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.49%

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 33.2%
G = 47.49%
B = 19.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#ACF664 (or 0xACF664) is known color: Conifer. HEX triplet: AC, F6 and 64. RGB value is (172,246,100). Sum of RGB (Red+Green+Blue) = 172+246+100=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF664 is #53099B. Grayscale: #CFCFCF. Windows color (decimal): -5441948 or 6616748. OLE color: 6616748.

HSL color Cylindrical-coordinate representation of color #ACF664: hue angle of 90.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF664 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 100 -
CMYK 0.30 0 0.59 0.04
HSL 90.41º 0.89% 0.68% -
HSV(B) 90.41º 0.59% 0.96% -
XYZ 52.27 75.6 23.89 -
YUV 207.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 172 246 100 0.30 0 0.59 0.04 90.41 0.89 0.68
Hex AC F6 64 1E 0 3B 4 5A 59 44
Octal 254 366 144 36 0 73 4 132 131 104
Binary 10101100 11110110 1100100 11110 0 111011 100 1011010 1011001 1000100

Color Harmonies of #ACF664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF664

Black with #ACF664

Text Example


Text Example

White with #ACF664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF664; }

 p { color: rgb(172,246,100); }

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

background-color css

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

 a { background-color: rgb(172,246,100); }

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

border-color css

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

 span { border-color: rgb(172,246,100); }

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