Html Css Color HEX #0FC36F Jade

📋 copy color: '#0FC36F'

red 15 ◦ green 195 ◦ blue 111

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

Shades of Jade #0FC36F

Tints of Jade #0FC36F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.75%

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

R = 4.67%
G = 60.75%
B = 34.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0FC36F (or 0x0FC36F) is known color: Jade. HEX triplet: 0F, C3 and 6F. RGB value is (15,195,111). Sum of RGB (Red+Green+Blue) = 15+195+111=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC36F is #F03C90. Grayscale: #838383. Windows color (decimal): -15744145 or 7324431. OLE color: 7324431.

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

Color convert

RGB 15 195 111 -
CMYK 0.92 0 0.43 0.24
HSL 152º 0.86% 0.41% -
HSV(B) 152º 0.92% 0.76% -
XYZ 22.58 40.28 21.62 -
YUV 131.6 116.37 44.83 -
System Red Green Blue C M Y K H S L
Decimal 15 195 111 0.92 0 0.43 0.24 152 0.86 0.41
Hex F C3 6F 5C 0 2B 18 98 56 29
Octal 17 303 157 134 0 53 30 230 126 51
Binary 1111 11000011 1101111 1011100 0 101011 11000 10011000 1010110 101001

Color Harmonies of #0FC36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC36F

Black with #0FC36F

Text Example


Text Example

White with #0FC36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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