Html Css Color HEX #0FC069 Jade

📋 copy color: '#0FC069'

red 15 ◦ green 192 ◦ blue 105

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

Shades of Jade #0FC069

Tints of Jade #0FC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 4.81%
G = 61.54%
B = 33.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#0FC069 (or 0x0FC069) is known color: Jade. HEX triplet: 0F, C0 and 69. RGB value is (15,192,105). Sum of RGB (Red+Green+Blue) = 15+192+105=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC069 is #F03F96. Grayscale: #818181. Windows color (decimal): -15744919 or 6930447. OLE color: 6930447.

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

Color convert

RGB 15 192 105 -
CMYK 0.92 0 0.45 0.25
HSL 150.51º 0.86% 0.41% -
HSV(B) 150.51º 0.92% 0.75% -
XYZ 21.6 38.82 19.72 -
YUV 129.16 114.36 46.57 -
System Red Green Blue C M Y K H S L
Decimal 15 192 105 0.92 0 0.45 0.25 150.51 0.86 0.41
Hex F C0 69 5C 0 2D 19 97 56 29
Octal 17 300 151 134 0 55 31 227 126 51
Binary 1111 11000000 1101001 1011100 0 101101 11001 10010111 1010110 101001

Color Harmonies of #0FC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC069

Black with #0FC069

Text Example


Text Example

White with #0FC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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