Html Css Color HEX #0CA662 Shamrock Green

📋 copy color: '#0CA662'

red 12 ◦ green 166 ◦ blue 98

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

Shades of Shamrock Green #0CA662

Tints of Shamrock Green #0CA662

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.14%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 4.35%
G = 60.14%
B = 35.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#0CA662 (or 0x0CA662) is known color: Shamrock Green. HEX triplet: 0C, A6 and 62. RGB value is (12,166,98). Sum of RGB (Red+Green+Blue) = 12+166+98=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA662 is #F3599D. Grayscale: #707070. Windows color (decimal): -15948190 or 6465036. OLE color: 6465036.

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

Color convert

RGB 12 166 98 -
CMYK 0.93 0 0.41 0.35
HSL 153.51º 0.87% 0.35% -
HSV(B) 153.51º 0.93% 0.65% -
XYZ 15.99 28.23 16.16 -
YUV 112.2 119.98 56.53 -
System Red Green Blue C M Y K H S L
Decimal 12 166 98 0.93 0 0.41 0.35 153.51 0.87 0.35
Hex C A6 62 5D 0 29 23 9A 57 23
Octal 14 246 142 135 0 51 43 232 127 43
Binary 1100 10100110 1100010 1011101 0 101001 100011 10011010 1010111 100011

Color Harmonies of #0CA662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA662

Black with #0CA662

Text Example


Text Example

White with #0CA662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,98); }

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

background-color css

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

 a { background-color: rgb(12,166,98); }

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

border-color css

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

 span { border-color: rgb(12,166,98); }

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