Html Css Color HEX #ACD663 Conifer

📋 copy color: '#ACD663'

red 172 ◦ green 214 ◦ blue 99

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

Shades of Conifer #ACD663

Tints of Conifer #ACD663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 35.46%
G = 44.12%
B = 20.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#ACD663 (or 0xACD663) is known color: Conifer. HEX triplet: AC, D6 and 63. RGB value is (172,214,99). Sum of RGB (Red+Green+Blue) = 172+214+99=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD663 is #53299C. Grayscale: #BCBCBC. Windows color (decimal): -5450141 or 6543020. OLE color: 6543020.

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

Color convert

RGB 172 214 99 -
CMYK 0.20 0 0.54 0.16
HSL 81.91º 0.58% 0.61% -
HSV(B) 81.91º 0.54% 0.84% -
XYZ 43.31 57.76 20.67 -
YUV 188.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 172 214 99 0.20 0 0.54 0.16 81.91 0.58 0.61
Hex AC D6 63 14 0 36 10 52 3A 3D
Octal 254 326 143 24 0 66 20 122 72 75
Binary 10101100 11010110 1100011 10100 0 110110 10000 1010010 111010 111101

Color Harmonies of #ACD663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD663

Black with #ACD663

Text Example


Text Example

White with #ACD663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD663; }

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

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

background-color css

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

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

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

border-color css

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

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

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