Html Css Color HEX #ACD366 Conifer

📋 copy color: '#ACD366'

red 172 ◦ green 211 ◦ blue 102

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

Shades of Conifer #ACD366

Tints of Conifer #ACD366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 35.46%
G = 43.51%
B = 21.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#ACD366 (or 0xACD366) is known color: Conifer. HEX triplet: AC, D3 and 66. RGB value is (172,211,102). Sum of RGB (Red+Green+Blue) = 172+211+102=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD366 is #532C99. Grayscale: #BBBBBB. Windows color (decimal): -5450906 or 6738860. OLE color: 6738860.

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

Color convert

RGB 172 211 102 -
CMYK 0.18 0 0.52 0.17
HSL 81.47º 0.55% 0.61% -
HSV(B) 81.47º 0.52% 0.83% -
XYZ 42.71 56.32 21.19 -
YUV 186.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 172 211 102 0.18 0 0.52 0.17 81.47 0.55 0.61
Hex AC D3 66 12 0 34 11 51 37 3D
Octal 254 323 146 22 0 64 21 121 67 75
Binary 10101100 11010011 1100110 10010 0 110100 10001 1010001 110111 111101

Color Harmonies of #ACD366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD366

Black with #ACD366

Text Example


Text Example

White with #ACD366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD366; }

 p { color: rgb(172,211,102); }

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

background-color css

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

 a { background-color: rgb(172,211,102); }

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

border-color css

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

 span { border-color: rgb(172,211,102); }

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