Html Css Color HEX #0DC469 Jade

📋 copy color: '#0DC469'

red 13 ◦ green 196 ◦ blue 105

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

Shades of Jade #0DC469

Tints of Jade #0DC469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.42%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 4.14%
G = 62.42%
B = 33.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#0DC469 (or 0x0DC469) is known color: Jade. HEX triplet: 0D, C4 and 69. RGB value is (13,196,105). Sum of RGB (Red+Green+Blue) = 13+196+105=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC469 is #F23B96. Grayscale: #838383. Windows color (decimal): -15874967 or 6931469. OLE color: 6931469.

HSL color Cylindrical-coordinate representation of color #0DC469: hue angle of 150.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC469 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 105 -
CMYK 0.93 0 0.46 0.23
HSL 150.16º 0.88% 0.41% -
HSV(B) 150.16º 0.93% 0.77% -
XYZ 22.46 40.59 20.01 -
YUV 130.91 113.37 43.9 -
System Red Green Blue C M Y K H S L
Decimal 13 196 105 0.93 0 0.46 0.23 150.16 0.88 0.41
Hex D C4 69 5D 0 2E 17 96 58 29
Octal 15 304 151 135 0 56 27 226 130 51
Binary 1101 11000100 1101001 1011101 0 101110 10111 10010110 1011000 101001

Color Harmonies of #0DC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC469

Black with #0DC469

Text Example


Text Example

White with #0DC469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,105); }

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

background-color css

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

 a { background-color: rgb(13,196,105); }

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

border-color css

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

 span { border-color: rgb(13,196,105); }

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