Html Css Color HEX #0CBE6D Jade

📋 copy color: '#0CBE6D'

red 12 ◦ green 190 ◦ blue 109

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

Shades of Jade #0CBE6D

Tints of Jade #0CBE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.09%

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

R = 3.86%
G = 61.09%
B = 35.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#0CBE6D (or 0x0CBE6D) is known color: Jade. HEX triplet: 0C, BE and 6D. RGB value is (12,190,109). Sum of RGB (Red+Green+Blue) = 12+190+109=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE6D is #F34192. Grayscale: #7F7F7F. Windows color (decimal): -15942035 or 7192076. OLE color: 7192076.

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

Color convert

RGB 12 190 109 -
CMYK 0.94 0 0.43 0.25
HSL 152.7º 0.88% 0.4% -
HSV(B) 152.7º 0.94% 0.75% -
XYZ 21.33 38.01 20.68 -
YUV 127.54 117.53 45.59 -
System Red Green Blue C M Y K H S L
Decimal 12 190 109 0.94 0 0.43 0.25 152.7 0.88 0.4
Hex C BE 6D 5E 0 2B 19 99 58 28
Octal 14 276 155 136 0 53 31 231 130 50
Binary 1100 10111110 1101101 1011110 0 101011 11001 10011001 1011000 101000

Color Harmonies of #0CBE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE6D

Black with #0CBE6D

Text Example


Text Example

White with #0CBE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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