Html Css Color HEX #ACD95D Conifer

📋 copy color: '#ACD95D'

red 172 ◦ green 217 ◦ blue 93

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

Shades of Conifer #ACD95D

Tints of Conifer #ACD95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 93 (36.72% from 255) = 19.29%

R = 35.68%
G = 45.02%
B = 19.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#ACD95D (or 0xACD95D) is known color: Conifer. HEX triplet: AC, D9 and 5D. RGB value is (172,217,93). Sum of RGB (Red+Green+Blue) = 172+217+93=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD95D is #5326A2. Grayscale: #BDBDBD. Windows color (decimal): -5449379 or 6150572. OLE color: 6150572.

HSL color Cylindrical-coordinate representation of color #ACD95D: hue angle of 81.77º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACD95D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 93 -
CMYK 0.21 0 0.57 0.15
HSL 81.77º 0.62% 0.61% -
HSV(B) 81.77º 0.57% 0.85% -
XYZ 43.8 59.19 19.47 -
YUV 189.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 172 217 93 0.21 0 0.57 0.15 81.77 0.62 0.61
Hex AC D9 5D 15 0 39 F 52 3E 3D
Octal 254 331 135 25 0 71 17 122 76 75
Binary 10101100 11011001 1011101 10101 0 111001 1111 1010010 111110 111101

Color Harmonies of #ACD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD95D

Black with #ACD95D

Text Example


Text Example

White with #ACD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD95D; }

 p { color: rgb(172,217,93); }

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

background-color css

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

 a { background-color: rgb(172,217,93); }

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

border-color css

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

 span { border-color: rgb(172,217,93); }

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