Html Css Color HEX #ACD665 Conifer

📋 copy color: '#ACD665'

red 172 ◦ green 214 ◦ blue 101

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

Shades of Conifer #ACD665

Tints of Conifer #ACD665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.94%

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

R = 35.32%
G = 43.94%
B = 20.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#ACD665 (or 0xACD665) is known color: Conifer. HEX triplet: AC, D6 and 65. RGB value is (172,214,101). Sum of RGB (Red+Green+Blue) = 172+214+101=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD665 is #53299A. Grayscale: #BCBCBC. Windows color (decimal): -5450139 or 6674092. OLE color: 6674092.

HSL color Cylindrical-coordinate representation of color #ACD665: hue angle of 82.3º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD665 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 101 -
CMYK 0.20 0 0.53 0.16
HSL 82.3º 0.58% 0.62% -
HSV(B) 82.3º 0.53% 0.84% -
XYZ 43.41 57.8 21.18 -
YUV 188.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 172 214 101 0.20 0 0.53 0.16 82.3 0.58 0.62
Hex AC D6 65 14 0 35 10 52 3A 3E
Octal 254 326 145 24 0 65 20 122 72 76
Binary 10101100 11010110 1100101 10100 0 110101 10000 1010010 111010 111110

Color Harmonies of #ACD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD665

Black with #ACD665

Text Example


Text Example

White with #ACD665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD665; }

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

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

background-color css

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

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

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

border-color css

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

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

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