Html Css Color HEX #0FAD5F Jade

📋 copy color: '#0FAD5F'

red 15 ◦ green 173 ◦ blue 95

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

Shades of Jade #0FAD5F

Tints of Jade #0FAD5F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 61.13%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 5.3%
G = 61.13%
B = 33.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#0FAD5F (or 0x0FAD5F) is known color: Jade. HEX triplet: 0F, AD and 5F. RGB value is (15,173,95). Sum of RGB (Red+Green+Blue) = 15+173+95=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD5F is #F052A0. Grayscale: #757575. Windows color (decimal): -15749793 or 6270223. OLE color: 6270223.

HSL color Cylindrical-coordinate representation of color #0FAD5F: hue angle of 150.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD5F is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 95 -
CMYK 0.91 0 0.45 0.32
HSL 150.38º 0.84% 0.37% -
HSV(B) 150.38º 0.91% 0.68% -
XYZ 17.21 30.81 15.87 -
YUV 116.87 115.65 55.34 -
System Red Green Blue C M Y K H S L
Decimal 15 173 95 0.91 0 0.45 0.32 150.38 0.84 0.37
Hex F AD 5F 5B 0 2D 20 96 54 25
Octal 17 255 137 133 0 55 40 226 124 45
Binary 1111 10101101 1011111 1011011 0 101101 100000 10010110 1010100 100101

Color Harmonies of #0FAD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD5F

Black with #0FAD5F

Text Example


Text Example

White with #0FAD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,95); }

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

background-color css

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

 a { background-color: rgb(15,173,95); }

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

border-color css

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

 span { border-color: rgb(15,173,95); }

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