Html Css Color HEX #ACD145 Conifer

📋 copy color: '#ACD145'

red 172 ◦ green 209 ◦ blue 69

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

Shades of Conifer #ACD145

Tints of Conifer #ACD145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 38.22%
G = 46.44%
B = 15.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#ACD145 (or 0xACD145) is known color: Conifer. HEX triplet: AC, D1 and 45. RGB value is (172,209,69). Sum of RGB (Red+Green+Blue) = 172+209+69=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD145 is #532EBA. Grayscale: #B6B6B6. Windows color (decimal): -5451451 or 4575660. OLE color: 4575660.

HSL color Cylindrical-coordinate representation of color #ACD145: hue angle of 75.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD145 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 69 -
CMYK 0.18 0 0.67 0.18
HSL 75.86º 0.6% 0.55% -
HSV(B) 75.86º 0.67% 0.82% -
XYZ 40.89 54.8 14.05 -
YUV 181.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 172 209 69 0.18 0 0.67 0.18 75.86 0.6 0.55
Hex AC D1 45 12 0 43 12 4C 3C 37
Octal 254 321 105 22 0 103 22 114 74 67
Binary 10101100 11010001 1000101 10010 0 1000011 10010 1001100 111100 110111

Color Harmonies of #ACD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD145

Black with #ACD145

Text Example


Text Example

White with #ACD145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD145; }

 p { color: rgb(172,209,69); }

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

background-color css

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

 a { background-color: rgb(172,209,69); }

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

border-color css

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

 span { border-color: rgb(172,209,69); }

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