Html Css Color HEX #ACD368 Conifer

📋 copy color: '#ACD368'

red 172 ◦ green 211 ◦ blue 104

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

Shades of Conifer #ACD368

Tints of Conifer #ACD368

RGB

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

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

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

R = 35.32%
G = 43.33%
B = 21.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#ACD368 (or 0xACD368) is known color: Conifer. HEX triplet: AC, D3 and 68. RGB value is (172,211,104). Sum of RGB (Red+Green+Blue) = 172+211+104=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD368 is #532C97. Grayscale: #BBBBBB. Windows color (decimal): -5450904 or 6869932. OLE color: 6869932.

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

Color convert

RGB 172 211 104 -
CMYK 0.18 0 0.51 0.17
HSL 81.87º 0.55% 0.62% -
HSV(B) 81.87º 0.51% 0.83% -
XYZ 42.81 56.36 21.72 -
YUV 187.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 172 211 104 0.18 0 0.51 0.17 81.87 0.55 0.62
Hex AC D3 68 12 0 33 11 52 37 3E
Octal 254 323 150 22 0 63 21 122 67 76
Binary 10101100 11010011 1101000 10010 0 110011 10001 1010010 110111 111110

Color Harmonies of #ACD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD368

Black with #ACD368

Text Example


Text Example

White with #ACD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD368; }

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

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

background-color css

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

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

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

border-color css

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

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

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