Html Css Color HEX #0FC06F Jade

📋 copy color: '#0FC06F'

red 15 ◦ green 192 ◦ blue 111

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

Shades of Jade #0FC06F

Tints of Jade #0FC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.38%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 4.72%
G = 60.38%
B = 34.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#0FC06F (or 0x0FC06F) is known color: Jade. HEX triplet: 0F, C0 and 6F. RGB value is (15,192,111). Sum of RGB (Red+Green+Blue) = 15+192+111=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC06F is #F03F90. Grayscale: #818181. Windows color (decimal): -15744913 or 7323663. OLE color: 7323663.

HSL color Cylindrical-coordinate representation of color #0FC06F: hue angle of 152.54º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC06F is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 111 -
CMYK 0.92 0 0.42 0.25
HSL 152.54º 0.86% 0.41% -
HSV(B) 152.54º 0.92% 0.75% -
XYZ 21.92 38.95 21.4 -
YUV 129.84 117.36 46.09 -
System Red Green Blue C M Y K H S L
Decimal 15 192 111 0.92 0 0.42 0.25 152.54 0.86 0.41
Hex F C0 6F 5C 0 2A 19 99 56 29
Octal 17 300 157 134 0 52 31 231 126 51
Binary 1111 11000000 1101111 1011100 0 101010 11001 10011001 1010110 101001

Color Harmonies of #0FC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC06F

Black with #0FC06F

Text Example


Text Example

White with #0FC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,111); }

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

background-color css

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

 a { background-color: rgb(15,192,111); }

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

border-color css

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

 span { border-color: rgb(15,192,111); }

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