Html Css Color HEX #0FA85F Shamrock Green

📋 copy color: '#0FA85F'

red 15 ◦ green 168 ◦ blue 95

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

Shades of Shamrock Green #0FA85F

Tints of Shamrock Green #0FA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60.43%

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 5.4%
G = 60.43%
B = 34.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#0FA85F (or 0x0FA85F) is known color: Shamrock Green. HEX triplet: 0F, A8 and 5F. RGB value is (15,168,95). Sum of RGB (Red+Green+Blue) = 15+168+95=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA85F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA85F is #F057A0. Grayscale: #727272. Windows color (decimal): -15751073 or 6268943. OLE color: 6268943.

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

Color convert

RGB 15 168 95 -
CMYK 0.91 0 0.43 0.34
HSL 151.37º 0.84% 0.36% -
HSV(B) 151.37º 0.91% 0.66% -
XYZ 16.27 28.93 15.55 -
YUV 113.93 117.31 57.44 -
System Red Green Blue C M Y K H S L
Decimal 15 168 95 0.91 0 0.43 0.34 151.37 0.84 0.36
Hex F A8 5F 5B 0 2B 22 97 54 24
Octal 17 250 137 133 0 53 42 227 124 44
Binary 1111 10101000 1011111 1011011 0 101011 100010 10010111 1010100 100100

Color Harmonies of #0FA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA85F

Black with #0FA85F

Text Example


Text Example

White with #0FA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,168,95); }

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

background-color css

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

 a { background-color: rgb(15,168,95); }

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

border-color css

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

 span { border-color: rgb(15,168,95); }

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