Html Css Color HEX #0FAB75 Jade

📋 copy color: '#0FAB75'

red 15 ◦ green 171 ◦ blue 117

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

Shades of Jade #0FAB75

Tints of Jade #0FAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 4.95%
G = 56.44%
B = 38.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#0FAB75 (or 0x0FAB75) is known color: Jade. HEX triplet: 0F, AB and 75. RGB value is (15,171,117). Sum of RGB (Red+Green+Blue) = 15+171+117=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB75 is #F0548A. Grayscale: #767676. Windows color (decimal): -15750283 or 7711503. OLE color: 7711503.

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

Color convert

RGB 15 171 117 -
CMYK 0.91 0 0.32 0.33
HSL 159.23º 0.84% 0.36% -
HSV(B) 159.23º 0.91% 0.67% -
XYZ 17.97 30.51 21.77 -
YUV 118.2 127.32 54.39 -
System Red Green Blue C M Y K H S L
Decimal 15 171 117 0.91 0 0.32 0.33 159.23 0.84 0.36
Hex F AB 75 5B 0 20 21 9F 54 24
Octal 17 253 165 133 0 40 41 237 124 44
Binary 1111 10101011 1110101 1011011 0 100000 100001 10011111 1010100 100100

Color Harmonies of #0FAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB75

Black with #0FAB75

Text Example


Text Example

White with #0FAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,117); }

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

background-color css

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

 a { background-color: rgb(15,171,117); }

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

border-color css

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

 span { border-color: rgb(15,171,117); }

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