Html Css Color HEX #0CA965 Jade

📋 copy color: '#0CA965'

red 12 ◦ green 169 ◦ blue 101

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

Shades of Jade #0CA965

Tints of Jade #0CA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.93%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 4.26%
G = 59.93%
B = 35.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#0CA965 (or 0x0CA965) is known color: Jade. HEX triplet: 0C, A9 and 65. RGB value is (12,169,101). Sum of RGB (Red+Green+Blue) = 12+169+101=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA965 is #F3569A. Grayscale: #727272. Windows color (decimal): -15947419 or 6662412. OLE color: 6662412.

HSL color Cylindrical-coordinate representation of color #0CA965: hue angle of 154.01º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA965 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 101 -
CMYK 0.93 0 0.40 0.34
HSL 154.01º 0.87% 0.35% -
HSV(B) 154.01º 0.93% 0.66% -
XYZ 16.69 29.39 17.11 -
YUV 114.31 120.49 55.03 -
System Red Green Blue C M Y K H S L
Decimal 12 169 101 0.93 0 0.40 0.34 154.01 0.87 0.35
Hex C A9 65 5D 0 28 22 9A 57 23
Octal 14 251 145 135 0 50 42 232 127 43
Binary 1100 10101001 1100101 1011101 0 101000 100010 10011010 1010111 100011

Color Harmonies of #0CA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA965

Black with #0CA965

Text Example


Text Example

White with #0CA965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,101); }

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

background-color css

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

 a { background-color: rgb(12,169,101); }

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

border-color css

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

 span { border-color: rgb(12,169,101); }

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