Html Css Color HEX #ACD360 Conifer

📋 copy color: '#ACD360'

red 172 ◦ green 211 ◦ blue 96

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

Shades of Conifer #ACD360

Tints of Conifer #ACD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

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

R = 35.91%
G = 44.05%
B = 20.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#ACD360 (or 0xACD360) is known color: Conifer. HEX triplet: AC, D3 and 60. RGB value is (172,211,96). Sum of RGB (Red+Green+Blue) = 172+211+96=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD360 is #532C9F. Grayscale: #BABABA. Windows color (decimal): -5450912 or 6345644. OLE color: 6345644.

HSL color Cylindrical-coordinate representation of color #ACD360: hue angle of 80.35º 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 #ACD360 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 96 -
CMYK 0.18 0 0.55 0.17
HSL 80.35º 0.57% 0.6% -
HSV(B) 80.35º 0.55% 0.83% -
XYZ 42.42 56.2 19.68 -
YUV 186.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 172 211 96 0.18 0 0.55 0.17 80.35 0.57 0.6
Hex AC D3 60 12 0 37 11 50 39 3C
Octal 254 323 140 22 0 67 21 120 71 74
Binary 10101100 11010011 1100000 10010 0 110111 10001 1010000 111001 111100

Color Harmonies of #ACD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD360

Black with #ACD360

Text Example


Text Example

White with #ACD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD360; }

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

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

background-color css

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

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

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

border-color css

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

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

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