Html Css Color HEX #ACD95C Conifer

📋 copy color: '#ACD95C'

red 172 ◦ green 217 ◦ blue 92

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

Shades of Conifer #ACD95C

Tints of Conifer #ACD95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 35.76%
G = 45.11%
B = 19.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#ACD95C (or 0xACD95C) is known color: Conifer. HEX triplet: AC, D9 and 5C. RGB value is (172,217,92). Sum of RGB (Red+Green+Blue) = 172+217+92=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD95C is #5326A3. Grayscale: #BDBDBD. Windows color (decimal): -5449380 or 6085036. OLE color: 6085036.

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

Color convert

RGB 172 217 92 -
CMYK 0.21 0 0.58 0.15
HSL 81.6º 0.62% 0.61% -
HSV(B) 81.6º 0.58% 0.85% -
XYZ 43.76 59.17 19.24 -
YUV 189.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 172 217 92 0.21 0 0.58 0.15 81.6 0.62 0.61
Hex AC D9 5C 15 0 3A F 52 3E 3D
Octal 254 331 134 25 0 72 17 122 76 75
Binary 10101100 11011001 1011100 10101 0 111010 1111 1010010 111110 111101

Color Harmonies of #ACD95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD95C

Black with #ACD95C

Text Example


Text Example

White with #ACD95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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