Html Css Color HEX #0CBE6A Jade

📋 copy color: '#0CBE6A'

red 12 ◦ green 190 ◦ blue 106

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

Shades of Jade #0CBE6A

Tints of Jade #0CBE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 3.9%
G = 61.69%
B = 34.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#0CBE6A (or 0x0CBE6A) is known color: Jade. HEX triplet: 0C, BE and 6A. RGB value is (12,190,106). Sum of RGB (Red+Green+Blue) = 12+190+106=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE6A is #F34195. Grayscale: #7F7F7F. Windows color (decimal): -15942038 or 6995468. OLE color: 6995468.

HSL color Cylindrical-coordinate representation of color #0CBE6A: hue angle of 151.69º 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 #0CBE6A is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 190 106 -
CMYK 0.94 0 0.44 0.25
HSL 151.69º 0.88% 0.4% -
HSV(B) 151.69º 0.94% 0.75% -
XYZ 21.17 37.95 19.84 -
YUV 127.2 116.03 45.83 -
System Red Green Blue C M Y K H S L
Decimal 12 190 106 0.94 0 0.44 0.25 151.69 0.88 0.4
Hex C BE 6A 5E 0 2C 19 98 58 28
Octal 14 276 152 136 0 54 31 230 130 50
Binary 1100 10111110 1101010 1011110 0 101100 11001 10011000 1011000 101000

Color Harmonies of #0CBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE6A

Black with #0CBE6A

Text Example


Text Example

White with #0CBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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