#A8DC67

Color #A8DC67 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8DC67

Tints of Conifer #A8DC67

Color information

#A8DC67 (or 0xA8DC67) is unknown color: approx Conifer. HEX triplet: A8, DC and 67. RGB value is (168,220,103). Sum of RGB (Red+Green+Blue) = 168+220+103=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC67 is #572398. Grayscale: #BFBFBF. Windows color (decimal): -5710745 or 6806696. OLE color: 6806696.

HSL color Cylindrical-coordinate representation of color #A8DC67: hue angle of 86.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8DC67 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB168220103-
CMYK0.2400.530.14
HSL86.67º62.57%63.33%-
HSV(B)86.67º53.18%86.27%-
XYZ44.1960.4922.18-
YUV191.1178.27111.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=34.22%
G=44.81%
B=20.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201030.2400.530.1486.6762.5763.33
HexA8DC6718035E573f3f
Octal25033414730065161277777
Binary1010100011011100110011111000011010111101010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC67; }

 p { color: rgb(168,220,103); }

 H1.HeaderClassName
 {
   color: #A8DC67;
 }
 .AnyTagClassName
 {
   color: #A8DC67;
 }
</style>
background-color css

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

 a { background-color: rgb(168,220,103); }

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

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

 span { border-color: rgb(168,220,103); }

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