Html Css Color HEX #0FA05C Shamrock Green

📋 copy color: '#0FA05C'

red 15 ◦ green 160 ◦ blue 92

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

Shades of Shamrock Green #0FA05C

Tints of Shamrock Green #0FA05C

RGB

 RED value IS 15 (6.25% from 255) = 5.62%

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 5.62%
G = 59.93%
B = 34.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#0FA05C (or 0x0FA05C) is known color: Shamrock Green. HEX triplet: 0F, A0 and 5C. RGB value is (15,160,92). Sum of RGB (Red+Green+Blue) = 15+160+92=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA05C is #F05FA3. Grayscale: #6D6D6D. Windows color (decimal): -15753124 or 6070287. OLE color: 6070287.

HSL color Cylindrical-coordinate representation of color #0FA05C: hue angle of 151.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA05C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 92 -
CMYK 0.91 0 0.43 0.37
HSL 151.86º 0.83% 0.34% -
HSV(B) 151.86º 0.91% 0.63% -
XYZ 14.7 26.02 14.37 -
YUV 108.89 118.46 61.03 -
System Red Green Blue C M Y K H S L
Decimal 15 160 92 0.91 0 0.43 0.37 151.86 0.83 0.34
Hex F A0 5C 5B 0 2B 25 98 53 22
Octal 17 240 134 133 0 53 45 230 123 42
Binary 1111 10100000 1011100 1011011 0 101011 100101 10011000 1010011 100010

Color Harmonies of #0FA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA05C

Black with #0FA05C

Text Example


Text Example

White with #0FA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,92); }

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

background-color css

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

 a { background-color: rgb(15,160,92); }

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

border-color css

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

 span { border-color: rgb(15,160,92); }

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