Html Css Color HEX #0FA76C Jade

📋 copy color: '#0FA76C'

red 15 ◦ green 167 ◦ blue 108

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

Shades of Jade #0FA76C

Tints of Jade #0FA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 57.59%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 5.17%
G = 57.59%
B = 37.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#0FA76C (or 0x0FA76C) is known color: Jade. HEX triplet: 0F, A7 and 6C. RGB value is (15,167,108). Sum of RGB (Red+Green+Blue) = 15+167+108=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA76C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA76C is #F05893. Grayscale: #727272. Windows color (decimal): -15751316 or 7120655. OLE color: 7120655.

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

Color convert

RGB 15 167 108 -
CMYK 0.91 0 0.35 0.35
HSL 156.71º 0.84% 0.36% -
HSV(B) 156.71º 0.91% 0.65% -
XYZ 16.72 28.82 18.87 -
YUV 114.83 124.14 56.8 -
System Red Green Blue C M Y K H S L
Decimal 15 167 108 0.91 0 0.35 0.35 156.71 0.84 0.36
Hex F A7 6C 5B 0 23 23 9D 54 24
Octal 17 247 154 133 0 43 43 235 124 44
Binary 1111 10100111 1101100 1011011 0 100011 100011 10011101 1010100 100100

Color Harmonies of #0FA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA76C

Black with #0FA76C

Text Example


Text Example

White with #0FA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,167,108); }

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

background-color css

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

 a { background-color: rgb(15,167,108); }

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

border-color css

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

 span { border-color: rgb(15,167,108); }

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