Html Css Color HEX #0C845A Deep Sea

📋 copy color: '#0C845A'

red 12 ◦ green 132 ◦ blue 90

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

Shades of Deep Sea #0C845A

Tints of Deep Sea #0C845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 5.13%
G = 56.41%
B = 38.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#0C845A (or 0x0C845A) is known color: Deep Sea. HEX triplet: 0C, 84 and 5A. RGB value is (12,132,90). Sum of RGB (Red+Green+Blue) = 12+132+90=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #0C845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C845A is #F37BA5. Grayscale: #5B5B5B. Windows color (decimal): -15956902 or 5932044. OLE color: 5932044.

HSL color Cylindrical-coordinate representation of color #0C845A: hue angle of 159º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C845A is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 132 90 -
CMYK 0.91 0 0.32 0.48
HSL 159º 0.83% 0.28% -
HSV(B) 159º 0.91% 0.52% -
XYZ 10.25 17.32 12.48 -
YUV 91.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 12 132 90 0.91 0 0.32 0.48 159 0.83 0.28
Hex C 84 5A 5B 0 20 30 9F 53 1C
Octal 14 204 132 133 0 40 60 237 123 34
Binary 1100 10000100 1011010 1011011 0 100000 110000 10011111 1010011 11100

Color Harmonies of #0C845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C845A

Black with #0C845A

Text Example


Text Example

White with #0C845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,90); }

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

background-color css

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

 a { background-color: rgb(12,132,90); }

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

border-color css

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

 span { border-color: rgb(12,132,90); }

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