Html Css Color HEX #0FAB63 Jade

📋 copy color: '#0FAB63'

red 15 ◦ green 171 ◦ blue 99

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

Shades of Jade #0FAB63

Tints of Jade #0FAB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 5.26%
G = 60%
B = 34.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#0FAB63 (or 0x0FAB63) is known color: Jade. HEX triplet: 0F, AB and 63. RGB value is (15,171,99). Sum of RGB (Red+Green+Blue) = 15+171+99=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB63 is #F0549C. Grayscale: #747474. Windows color (decimal): -15750301 or 6531855. OLE color: 6531855.

HSL color Cylindrical-coordinate representation of color #0FAB63: hue angle of 152.31º 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 #0FAB63 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 99 -
CMYK 0.91 0 0.42 0.33
HSL 152.31º 0.84% 0.36% -
HSV(B) 152.31º 0.91% 0.67% -
XYZ 17.01 30.13 16.72 -
YUV 116.15 118.32 55.85 -
System Red Green Blue C M Y K H S L
Decimal 15 171 99 0.91 0 0.42 0.33 152.31 0.84 0.36
Hex F AB 63 5B 0 2A 21 98 54 24
Octal 17 253 143 133 0 52 41 230 124 44
Binary 1111 10101011 1100011 1011011 0 101010 100001 10011000 1010100 100100

Color Harmonies of #0FAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB63

Black with #0FAB63

Text Example


Text Example

White with #0FAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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