Html Css Color HEX #0CBA6D Jade

📋 copy color: '#0CBA6D'

red 12 ◦ green 186 ◦ blue 109

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

Shades of Jade #0CBA6D

Tints of Jade #0CBA6D

RGB

 RED value IS 12 (5.08% from 255) = 3.91%

 GREEN value IS 186 (73.05% from 255) = 60.59%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 3.91%
G = 60.59%
B = 35.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#0CBA6D (or 0x0CBA6D) is known color: Jade. HEX triplet: 0C, BA and 6D. RGB value is (12,186,109). Sum of RGB (Red+Green+Blue) = 12+186+109=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBA6D is #F34592. Grayscale: #7D7D7D. Windows color (decimal): -15943059 or 7191052. OLE color: 7191052.

HSL color Cylindrical-coordinate representation of color #0CBA6D: hue angle of 153.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA6D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 109 -
CMYK 0.94 0 0.41 0.27
HSL 153.45º 0.88% 0.39% -
HSV(B) 153.45º 0.94% 0.73% -
XYZ 20.47 36.3 20.4 -
YUV 125.2 118.85 47.26 -
System Red Green Blue C M Y K H S L
Decimal 12 186 109 0.94 0 0.41 0.27 153.45 0.88 0.39
Hex C BA 6D 5E 0 29 1B 99 58 27
Octal 14 272 155 136 0 51 33 231 130 47
Binary 1100 10111010 1101101 1011110 0 101001 11011 10011001 1011000 100111

Color Harmonies of #0CBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBA6D

Black with #0CBA6D

Text Example


Text Example

White with #0CBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,109); }

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

background-color css

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

 a { background-color: rgb(12,186,109); }

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

border-color css

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

 span { border-color: rgb(12,186,109); }

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