Html Css Color HEX #0CA969 Jade

📋 copy color: '#0CA969'

red 12 ◦ green 169 ◦ blue 105

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

Shades of Jade #0CA969

Tints of Jade #0CA969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 4.2%
G = 59.09%
B = 36.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#0CA969 (or 0x0CA969) is known color: Jade. HEX triplet: 0C, A9 and 69. RGB value is (12,169,105). Sum of RGB (Red+Green+Blue) = 12+169+105=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA969 is #F35696. Grayscale: #727272. Windows color (decimal): -15947415 or 6924556. OLE color: 6924556.

HSL color Cylindrical-coordinate representation of color #0CA969: hue angle of 155.54º 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 #0CA969 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 105 -
CMYK 0.93 0 0.38 0.34
HSL 155.54º 0.87% 0.35% -
HSV(B) 155.54º 0.93% 0.66% -
XYZ 16.89 29.47 18.16 -
YUV 114.76 122.49 54.7 -
System Red Green Blue C M Y K H S L
Decimal 12 169 105 0.93 0 0.38 0.34 155.54 0.87 0.35
Hex C A9 69 5D 0 26 22 9C 57 23
Octal 14 251 151 135 0 46 42 234 127 43
Binary 1100 10101001 1101001 1011101 0 100110 100010 10011100 1010111 100011

Color Harmonies of #0CA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA969

Black with #0CA969

Text Example


Text Example

White with #0CA969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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