Html Css Color HEX #0FB464 Jade

📋 copy color: '#0FB464'

red 15 ◦ green 180 ◦ blue 100

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

Shades of Jade #0FB464

Tints of Jade #0FB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.02%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 5.08%
G = 61.02%
B = 33.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#0FB464 (or 0x0FB464) is known color: Jade. HEX triplet: 0F, B4 and 64. RGB value is (15,180,100). Sum of RGB (Red+Green+Blue) = 15+180+100=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB464 is #F04B9B. Grayscale: #797979. Windows color (decimal): -15747996 or 6599695. OLE color: 6599695.

HSL color Cylindrical-coordinate representation of color #0FB464: hue angle of 150.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB464 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 100 -
CMYK 0.92 0 0.44 0.29
HSL 150.91º 0.85% 0.38% -
HSV(B) 150.91º 0.92% 0.71% -
XYZ 18.82 33.66 17.56 -
YUV 121.55 115.84 52 -
System Red Green Blue C M Y K H S L
Decimal 15 180 100 0.92 0 0.44 0.29 150.91 0.85 0.38
Hex F B4 64 5C 0 2C 1D 97 55 26
Octal 17 264 144 134 0 54 35 227 125 46
Binary 1111 10110100 1100100 1011100 0 101100 11101 10010111 1010101 100110

Color Harmonies of #0FB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB464

Black with #0FB464

Text Example


Text Example

White with #0FB464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,100); }

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

background-color css

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

 a { background-color: rgb(15,180,100); }

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

border-color css

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

 span { border-color: rgb(15,180,100); }

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