Html Css Color HEX #ACD94D Conifer

📋 copy color: '#ACD94D'

red 172 ◦ green 217 ◦ blue 77

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

Shades of Conifer #ACD94D

Tints of Conifer #ACD94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 36.91%
G = 46.57%
B = 16.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#ACD94D (or 0xACD94D) is known color: Conifer. HEX triplet: AC, D9 and 4D. RGB value is (172,217,77). Sum of RGB (Red+Green+Blue) = 172+217+77=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD94D is #5326B2. Grayscale: #BCBCBC. Windows color (decimal): -5449395 or 5101996. OLE color: 5101996.

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

Color convert

RGB 172 217 77 -
CMYK 0.21 0 0.65 0.15
HSL 79.29º 0.65% 0.58% -
HSV(B) 79.29º 0.65% 0.85% -
XYZ 43.17 58.93 16.12 -
YUV 187.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 172 217 77 0.21 0 0.65 0.15 79.29 0.65 0.58
Hex AC D9 4D 15 0 41 F 4F 41 3A
Octal 254 331 115 25 0 101 17 117 101 72
Binary 10101100 11011001 1001101 10101 0 1000001 1111 1001111 1000001 111010

Color Harmonies of #ACD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD94D

Black with #ACD94D

Text Example


Text Example

White with #ACD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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