Html Css Color HEX #0FC66D Jade

📋 copy color: '#0FC66D'

red 15 ◦ green 198 ◦ blue 109

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

Shades of Jade #0FC66D

Tints of Jade #0FC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.49%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 4.66%
G = 61.49%
B = 33.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#0FC66D (or 0x0FC66D) is known color: Jade. HEX triplet: 0F, C6 and 6D. RGB value is (15,198,109). Sum of RGB (Red+Green+Blue) = 15+198+109=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC66D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC66D is #F03992. Grayscale: #858585. Windows color (decimal): -15743379 or 7194127. OLE color: 7194127.

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

Color convert

RGB 15 198 109 -
CMYK 0.92 0 0.45 0.22
HSL 150.82º 0.86% 0.42% -
HSV(B) 150.82º 0.92% 0.78% -
XYZ 23.15 41.59 21.28 -
YUV 133.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 15 198 109 0.92 0 0.45 0.22 150.82 0.86 0.42
Hex F C6 6D 5C 0 2D 16 97 56 2A
Octal 17 306 155 134 0 55 26 227 126 52
Binary 1111 11000110 1101101 1011100 0 101101 10110 10010111 1010110 101010

Color Harmonies of #0FC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC66D

Black with #0FC66D

Text Example


Text Example

White with #0FC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,109); }

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

background-color css

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

 a { background-color: rgb(15,198,109); }

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

border-color css

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

 span { border-color: rgb(15,198,109); }

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