Html Css Color HEX #0DA467 Jade

📋 copy color: '#0DA467'

red 13 ◦ green 164 ◦ blue 103

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

Shades of Jade #0DA467

Tints of Jade #0DA467

RGB

 RED value IS 13 (5.47% from 255) = 4.64%

 GREEN value IS 164 (64.45% from 255) = 58.57%

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 4.64%
G = 58.57%
B = 36.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#0DA467 (or 0x0DA467) is known color: Jade. HEX triplet: 0D, A4 and 67. RGB value is (13,164,103). Sum of RGB (Red+Green+Blue) = 13+164+103=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA467 is #F25B98. Grayscale: #6F6F6F. Windows color (decimal): -15883161 or 6792205. OLE color: 6792205.

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

Color convert

RGB 13 164 103 -
CMYK 0.92 0 0.37 0.36
HSL 155.76º 0.85% 0.35% -
HSV(B) 155.76º 0.92% 0.64% -
XYZ 15.89 27.62 17.32 -
YUV 111.9 122.97 57.46 -
System Red Green Blue C M Y K H S L
Decimal 13 164 103 0.92 0 0.37 0.36 155.76 0.85 0.35
Hex D A4 67 5C 0 25 24 9C 55 23
Octal 15 244 147 134 0 45 44 234 125 43
Binary 1101 10100100 1100111 1011100 0 100101 100100 10011100 1010101 100011

Color Harmonies of #0DA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA467

Black with #0DA467

Text Example


Text Example

White with #0DA467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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