#0DA567

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

Shades of Jade #0DA567

Tints of Jade #0DA567

Color information

#0DA567 (or 0x0DA567) is unknown color: approx Jade. HEX triplet: 0D, A5 and 67. RGB value is (13,165,103). Sum of RGB (Red+Green+Blue) = 13+165+103=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA567 is #F25A98. Grayscale: #707070. Windows color (decimal): -15882905 or 6792461. OLE color: 6792461.

HSL color Cylindrical-coordinate representation of color #0DA567: hue angle of 155.53º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA567 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB13165103-
CMYK0.9200.380.35
HSL155.53º85.39%34.9%-
HSV(B)155.53º92.12%64.71%-
XYZ16.0727.9817.38-
YUV112.48122.6457.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=4.63%
G=58.72%
B=36.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131651030.9200.380.35155.5385.3934.9
HexDA5675C026239c5523
Octal152451471340464323412543
Binary110110100101110011110111000100110100011100111001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DA567; }

 p { color: rgb(13,165,103); }

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

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

 a { background-color: rgb(13,165,103); }

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

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

 span { border-color: rgb(13,165,103); }

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