#ADDB62

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

Shades of Conifer #ADDB62

Tints of Conifer #ADDB62

Color information

#ADDB62 (or 0xADDB62) is unknown color: approx Conifer. HEX triplet: AD, DB and 62. RGB value is (173,219,98). Sum of RGB (Red+Green+Blue) = 173+219+98=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB62 is #52249D. Grayscale: #BFBFBF. Windows color (decimal): -5383326 or 6478765. OLE color: 6478765.

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

Color convert

RGB17321998-
CMYK0.2100.550.14
HSL82.81º62.69%62.16%-
HSV(B)82.81º55.25%85.88%-
XYZ44.7760.4320.86-
YUV191.4575.26114.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 219 (85.94% from 255) = 44.69%
BLUE value IS 98 (38.67% from 255) = 20%
R=35.31%
G=44.69%
B=20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173219980.2100.550.1482.8162.6962.16
HexADDB6215037E533f3e
Octal25533314225067161237776
Binary1010110111011011110001010101011011111101010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB62; }

 p { color: rgb(173,219,98); }

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

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

 a { background-color: rgb(173,219,98); }

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

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

 span { border-color: rgb(173,219,98); }

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