Html Css Color HEX #ACF560 Conifer

📋 copy color: '#ACF560'

red 172 ◦ green 245 ◦ blue 96

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

Shades of Conifer #ACF560

Tints of Conifer #ACF560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 33.53%
G = 47.76%
B = 18.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#ACF560 (or 0xACF560) is known color: Conifer. HEX triplet: AC, F5 and 60. RGB value is (172,245,96). Sum of RGB (Red+Green+Blue) = 172+245+96=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF560 is #530A9F. Grayscale: #CECECE. Windows color (decimal): -5442208 or 6354348. OLE color: 6354348.

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

Color convert

RGB 172 245 96 -
CMYK 0.30 0 0.61 0.04
HSL 89.4º 0.88% 0.67% -
HSV(B) 89.4º 0.61% 0.96% -
XYZ 51.78 74.92 22.8 -
YUV 206.19 65.82 103.62 -
System Red Green Blue C M Y K H S L
Decimal 172 245 96 0.30 0 0.61 0.04 89.4 0.88 0.67
Hex AC F5 60 1E 0 3D 4 59 58 43
Octal 254 365 140 36 0 75 4 131 130 103
Binary 10101100 11110101 1100000 11110 0 111101 100 1011001 1011000 1000011

Color Harmonies of #ACF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF560

Black with #ACF560

Text Example


Text Example

White with #ACF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF560; }

 p { color: rgb(172,245,96); }

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

background-color css

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

 a { background-color: rgb(172,245,96); }

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

border-color css

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

 span { border-color: rgb(172,245,96); }

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