#ABDD67

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

Shades of Conifer #ABDD67

Tints of Conifer #ABDD67

Color information

#ABDD67 (or 0xABDD67) is unknown color: approx Conifer. HEX triplet: AB, DD and 67. RGB value is (171,221,103). Sum of RGB (Red+Green+Blue) = 171+221+103=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD67 is #542298. Grayscale: #C1C1C1. Windows color (decimal): -5513881 or 6806955. OLE color: 6806955.

HSL color Cylindrical-coordinate representation of color #ABDD67: hue angle of 85.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABDD67 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB171221103-
CMYK0.2300.530.13
HSL85.42º63.44%63.53%-
HSV(B)85.42º53.39%86.67%-
XYZ45.161.3522.3-
YUV192.677.44112.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=34.55%
G=44.65%
B=20.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211030.2300.530.1385.4263.4463.53
HexABDD6717035D553f40
Octal253335147270651512577100
Binary10101011110111011100111101110110101110110101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDD67; }

 p { color: rgb(171,221,103); }

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

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

 a { background-color: rgb(171,221,103); }

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

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

 span { border-color: rgb(171,221,103); }

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