Html Css Color HEX #0CAB5E Shamrock Green

📋 copy color: '#0CAB5E'

red 12 ◦ green 171 ◦ blue 94

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

Shades of Shamrock Green #0CAB5E

Tints of Shamrock Green #0CAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.73%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 4.33%
G = 61.73%
B = 33.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#0CAB5E (or 0x0CAB5E) is known color: Shamrock Green. HEX triplet: 0C, AB and 5E. RGB value is (12,171,94). Sum of RGB (Red+Green+Blue) = 12+171+94=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB5E is #F354A1. Grayscale: #727272. Windows color (decimal): -15946914 or 6204172. OLE color: 6204172.

HSL color Cylindrical-coordinate representation of color #0CAB5E: hue angle of 150.94º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB5E is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 94 -
CMYK 0.93 0 0.45 0.33
HSL 150.94º 0.87% 0.36% -
HSV(B) 150.94º 0.93% 0.67% -
XYZ 16.73 30.01 15.5 -
YUV 114.68 116.32 54.76 -
System Red Green Blue C M Y K H S L
Decimal 12 171 94 0.93 0 0.45 0.33 150.94 0.87 0.36
Hex C AB 5E 5D 0 2D 21 97 57 24
Octal 14 253 136 135 0 55 41 227 127 44
Binary 1100 10101011 1011110 1011101 0 101101 100001 10010111 1010111 100100

Color Harmonies of #0CAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB5E

Black with #0CAB5E

Text Example


Text Example

White with #0CAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,94); }

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

background-color css

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

 a { background-color: rgb(12,171,94); }

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

border-color css

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

 span { border-color: rgb(12,171,94); }

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