Html Css Color HEX #ACD460 Conifer

📋 copy color: '#ACD460'

red 172 ◦ green 212 ◦ blue 96

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

Shades of Conifer #ACD460

Tints of Conifer #ACD460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 35.83%
G = 44.17%
B = 20%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#ACD460 (or 0xACD460) is known color: Conifer. HEX triplet: AC, D4 and 60. RGB value is (172,212,96). Sum of RGB (Red+Green+Blue) = 172+212+96=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD460 is #532B9F. Grayscale: #BBBBBB. Windows color (decimal): -5450656 or 6345900. OLE color: 6345900.

HSL color Cylindrical-coordinate representation of color #ACD460: hue angle of 80.69º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD460 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 96 -
CMYK 0.19 0 0.55 0.17
HSL 80.69º 0.57% 0.6% -
HSV(B) 80.69º 0.55% 0.83% -
XYZ 42.67 56.7 19.76 -
YUV 186.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 172 212 96 0.19 0 0.55 0.17 80.69 0.57 0.6
Hex AC D4 60 13 0 37 11 51 39 3C
Octal 254 324 140 23 0 67 21 121 71 74
Binary 10101100 11010100 1100000 10011 0 110111 10001 1010001 111001 111100

Color Harmonies of #ACD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD460

Black with #ACD460

Text Example


Text Example

White with #ACD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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