Html Css Color HEX #0DBF6F Jade

📋 copy color: '#0DBF6F'

red 13 ◦ green 191 ◦ blue 111

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

Shades of Jade #0DBF6F

Tints of Jade #0DBF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 60.63%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 4.13%
G = 60.63%
B = 35.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#0DBF6F (or 0x0DBF6F) is known color: Jade. HEX triplet: 0D, BF and 6F. RGB value is (13,191,111). Sum of RGB (Red+Green+Blue) = 13+191+111=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF6F is #F24090. Grayscale: #808080. Windows color (decimal): -15876241 or 7323405. OLE color: 7323405.

HSL color Cylindrical-coordinate representation of color #0DBF6F: hue angle of 153.03º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF6F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 191 111 -
CMYK 0.93 0 0.42 0.25
HSL 153.03º 0.87% 0.4% -
HSV(B) 153.03º 0.93% 0.75% -
XYZ 21.67 38.49 21.33 -
YUV 128.66 118.03 45.5 -
System Red Green Blue C M Y K H S L
Decimal 13 191 111 0.93 0 0.42 0.25 153.03 0.87 0.4
Hex D BF 6F 5D 0 2A 19 99 57 28
Octal 15 277 157 135 0 52 31 231 127 50
Binary 1101 10111111 1101111 1011101 0 101010 11001 10011001 1010111 101000

Color Harmonies of #0DBF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF6F

Black with #0DBF6F

Text Example


Text Example

White with #0DBF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,191,111); }

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

background-color css

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

 a { background-color: rgb(13,191,111); }

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

border-color css

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

 span { border-color: rgb(13,191,111); }

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