Html Css Color HEX #0DAF6C Jade

📋 copy color: '#0DAF6C'

red 13 ◦ green 175 ◦ blue 108

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

Shades of Jade #0DAF6C

Tints of Jade #0DAF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.12%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 4.39%
G = 59.12%
B = 36.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#0DAF6C (or 0x0DAF6C) is known color: Jade. HEX triplet: 0D, AF and 6C. RGB value is (13,175,108). Sum of RGB (Red+Green+Blue) = 13+175+108=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF6C is #F25093. Grayscale: #777777. Windows color (decimal): -15880340 or 7122701. OLE color: 7122701.

HSL color Cylindrical-coordinate representation of color #0DAF6C: hue angle of 155.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF6C is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 108 -
CMYK 0.93 0 0.38 0.31
HSL 155.19º 0.86% 0.37% -
HSV(B) 155.19º 0.93% 0.69% -
XYZ 18.2 31.83 19.37 -
YUV 118.92 121.83 52.45 -
System Red Green Blue C M Y K H S L
Decimal 13 175 108 0.93 0 0.38 0.31 155.19 0.86 0.37
Hex D AF 6C 5D 0 26 1F 9B 56 25
Octal 15 257 154 135 0 46 37 233 126 45
Binary 1101 10101111 1101100 1011101 0 100110 11111 10011011 1010110 100101

Color Harmonies of #0DAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF6C

Black with #0DAF6C

Text Example


Text Example

White with #0DAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,108); }

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

background-color css

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

 a { background-color: rgb(13,175,108); }

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

border-color css

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

 span { border-color: rgb(13,175,108); }

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