Html Css Color HEX #0FBC6E Jade

📋 copy color: '#0FBC6E'

red 15 ◦ green 188 ◦ blue 110

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

Shades of Jade #0FBC6E

Tints of Jade #0FBC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.06%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 4.79%
G = 60.06%
B = 35.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#0FBC6E (or 0x0FBC6E) is known color: Jade. HEX triplet: 0F, BC and 6E. RGB value is (15,188,110). Sum of RGB (Red+Green+Blue) = 15+188+110=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC6E is #F04391. Grayscale: #7F7F7F. Windows color (decimal): -15745938 or 7257103. OLE color: 7257103.

HSL color Cylindrical-coordinate representation of color #0FBC6E: hue angle of 152.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC6E is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 110 -
CMYK 0.92 0 0.41 0.26
HSL 152.95º 0.85% 0.4% -
HSV(B) 152.95º 0.92% 0.74% -
XYZ 20.99 37.19 20.82 -
YUV 127.38 118.19 47.84 -
System Red Green Blue C M Y K H S L
Decimal 15 188 110 0.92 0 0.41 0.26 152.95 0.85 0.4
Hex F BC 6E 5C 0 29 1A 99 55 28
Octal 17 274 156 134 0 51 32 231 125 50
Binary 1111 10111100 1101110 1011100 0 101001 11010 10011001 1010101 101000

Color Harmonies of #0FBC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC6E

Black with #0FBC6E

Text Example


Text Example

White with #0FBC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,110); }

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

background-color css

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

 a { background-color: rgb(15,188,110); }

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

border-color css

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

 span { border-color: rgb(15,188,110); }

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