Html Css Color HEX #ACD045 Conifer

📋 copy color: '#ACD045'

red 172 ◦ green 208 ◦ blue 69

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

Shades of Conifer #ACD045

Tints of Conifer #ACD045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 38.31%
G = 46.33%
B = 15.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#ACD045 (or 0xACD045) is known color: Conifer. HEX triplet: AC, D0 and 45. RGB value is (172,208,69). Sum of RGB (Red+Green+Blue) = 172+208+69=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD045 is #532FBA. Grayscale: #B5B5B5. Windows color (decimal): -5451707 or 4575404. OLE color: 4575404.

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

Color convert

RGB 172 208 69 -
CMYK 0.17 0 0.67 0.18
HSL 75.54º 0.6% 0.54% -
HSV(B) 75.54º 0.67% 0.82% -
XYZ 40.64 54.31 13.97 -
YUV 181.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 172 208 69 0.17 0 0.67 0.18 75.54 0.6 0.54
Hex AC D0 45 11 0 43 12 4C 3C 36
Octal 254 320 105 21 0 103 22 114 74 66
Binary 10101100 11010000 1000101 10001 0 1000011 10010 1001100 111100 110110

Color Harmonies of #ACD045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD045

Black with #ACD045

Text Example


Text Example

White with #ACD045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD045; }

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

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

background-color css

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

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

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

border-color css

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

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

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