Html Css Color HEX #ACD065 Conifer

📋 copy color: '#ACD065'

red 172 ◦ green 208 ◦ blue 101

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

Shades of Conifer #ACD065

Tints of Conifer #ACD065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 35.76%
G = 43.24%
B = 21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#ACD065 (or 0xACD065) is known color: Conifer. HEX triplet: AC, D0 and 65. RGB value is (172,208,101). Sum of RGB (Red+Green+Blue) = 172+208+101=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD065 is #532F9A. Grayscale: #B9B9B9. Windows color (decimal): -5451675 or 6672556. OLE color: 6672556.

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

Color convert

RGB 172 208 101 -
CMYK 0.17 0 0.51 0.18
HSL 80.19º 0.53% 0.61% -
HSV(B) 80.19º 0.51% 0.82% -
XYZ 41.92 54.82 20.68 -
YUV 185.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 172 208 101 0.17 0 0.51 0.18 80.19 0.53 0.61
Hex AC D0 65 11 0 33 12 50 35 3D
Octal 254 320 145 21 0 63 22 120 65 75
Binary 10101100 11010000 1100101 10001 0 110011 10010 1010000 110101 111101

Color Harmonies of #ACD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD065

Black with #ACD065

Text Example


Text Example

White with #ACD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD065; }

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

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

background-color css

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

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

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

border-color css

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

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

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