Html Css Color HEX #ACD053 Conifer

📋 copy color: '#ACD053'

red 172 ◦ green 208 ◦ blue 83

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

Shades of Conifer #ACD053

Tints of Conifer #ACD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 37.15%
G = 44.92%
B = 17.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#ACD053 (or 0xACD053) is known color: Conifer. HEX triplet: AC, D0 and 53. RGB value is (172,208,83). Sum of RGB (Red+Green+Blue) = 172+208+83=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD053 is #532FAC. Grayscale: #B7B7B7. Windows color (decimal): -5451693 or 5492908. OLE color: 5492908.

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

Color convert

RGB 172 208 83 -
CMYK 0.17 0 0.60 0.18
HSL 77.28º 0.57% 0.57% -
HSV(B) 77.28º 0.6% 0.82% -
XYZ 41.13 54.51 16.54 -
YUV 182.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 172 208 83 0.17 0 0.60 0.18 77.28 0.57 0.57
Hex AC D0 53 11 0 3C 12 4D 39 39
Octal 254 320 123 21 0 74 22 115 71 71
Binary 10101100 11010000 1010011 10001 0 111100 10010 1001101 111001 111001

Color Harmonies of #ACD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD053

Black with #ACD053

Text Example


Text Example

White with #ACD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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