Html Css Color HEX #0CA36B Jade

📋 copy color: '#0CA36B'

red 12 ◦ green 163 ◦ blue 107

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

Shades of Jade #0CA36B

Tints of Jade #0CA36B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.8%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 4.26%
G = 57.8%
B = 37.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#0CA36B (or 0x0CA36B) is known color: Jade. HEX triplet: 0C, A3 and 6B. RGB value is (12,163,107). Sum of RGB (Red+Green+Blue) = 12+163+107=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA36B is #F35C94. Grayscale: #6F6F6F. Windows color (decimal): -15948949 or 7054092. OLE color: 7054092.

HSL color Cylindrical-coordinate representation of color #0CA36B: hue angle of 157.75º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA36B is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 163 107 -
CMYK 0.93 0 0.34 0.36
HSL 157.75º 0.86% 0.34% -
HSV(B) 157.75º 0.93% 0.64% -
XYZ 15.9 27.33 18.35 -
YUV 111.47 125.47 57.05 -
System Red Green Blue C M Y K H S L
Decimal 12 163 107 0.93 0 0.34 0.36 157.75 0.86 0.34
Hex C A3 6B 5D 0 22 24 9E 56 22
Octal 14 243 153 135 0 42 44 236 126 42
Binary 1100 10100011 1101011 1011101 0 100010 100100 10011110 1010110 100010

Color Harmonies of #0CA36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA36B

Black with #0CA36B

Text Example


Text Example

White with #0CA36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,163,107); }

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

background-color css

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

 a { background-color: rgb(12,163,107); }

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

border-color css

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

 span { border-color: rgb(12,163,107); }

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