Html Css Color HEX #0FC066 Jade

📋 copy color: '#0FC066'

red 15 ◦ green 192 ◦ blue 102

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

Shades of Jade #0FC066

Tints of Jade #0FC066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 4.85%
G = 62.14%
B = 33.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#0FC066 (or 0x0FC066) is known color: Jade. HEX triplet: 0F, C0 and 66. RGB value is (15,192,102). Sum of RGB (Red+Green+Blue) = 15+192+102=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC066 is #F03F99. Grayscale: #818181. Windows color (decimal): -15744922 or 6733839. OLE color: 6733839.

HSL color Cylindrical-coordinate representation of color #0FC066: hue angle of 149.49º 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 #0FC066 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 102 -
CMYK 0.92 0 0.47 0.25
HSL 149.49º 0.86% 0.41% -
HSV(B) 149.49º 0.92% 0.75% -
XYZ 21.44 38.76 18.92 -
YUV 128.82 112.86 46.82 -
System Red Green Blue C M Y K H S L
Decimal 15 192 102 0.92 0 0.47 0.25 149.49 0.86 0.41
Hex F C0 66 5C 0 2F 19 95 56 29
Octal 17 300 146 134 0 57 31 225 126 51
Binary 1111 11000000 1100110 1011100 0 101111 11001 10010101 1010110 101001

Color Harmonies of #0FC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC066

Black with #0FC066

Text Example


Text Example

White with #0FC066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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