Html Css Color HEX #0FC367 Jade

📋 copy color: '#0FC367'

red 15 ◦ green 195 ◦ blue 103

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

Shades of Jade #0FC367

Tints of Jade #0FC367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 4.79%
G = 62.3%
B = 32.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#0FC367 (or 0x0FC367) is known color: Jade. HEX triplet: 0F, C3 and 67. RGB value is (15,195,103). Sum of RGB (Red+Green+Blue) = 15+195+103=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC367 is #F03C98. Grayscale: #828282. Windows color (decimal): -15744153 or 6800143. OLE color: 6800143.

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

Color convert

RGB 15 195 103 -
CMYK 0.92 0 0.47 0.24
HSL 149.33º 0.86% 0.41% -
HSV(B) 149.33º 0.92% 0.76% -
XYZ 22.16 40.11 19.41 -
YUV 130.69 112.37 45.48 -
System Red Green Blue C M Y K H S L
Decimal 15 195 103 0.92 0 0.47 0.24 149.33 0.86 0.41
Hex F C3 67 5C 0 2F 18 95 56 29
Octal 17 303 147 134 0 57 30 225 126 51
Binary 1111 11000011 1100111 1011100 0 101111 11000 10010101 1010110 101001

Color Harmonies of #0FC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC367

Black with #0FC367

Text Example


Text Example

White with #0FC367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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