Html Css Color HEX #0FAB64 Jade

📋 copy color: '#0FAB64'

red 15 ◦ green 171 ◦ blue 100

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

Shades of Jade #0FAB64

Tints of Jade #0FAB64

RGB

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

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

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

R = 5.24%
G = 59.79%
B = 34.97%

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

#0FAB64 (or 0x0FAB64) is known color: Jade. HEX triplet: 0F, AB and 64. RGB value is (15,171,100). Sum of RGB (Red+Green+Blue) = 15+171+100=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB64 is #F0549B. Grayscale: #747474. Windows color (decimal): -15750300 or 6597391. OLE color: 6597391.

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

Color convert

RGB 15 171 100 -
CMYK 0.91 0 0.42 0.33
HSL 152.69º 0.84% 0.36% -
HSV(B) 152.69º 0.91% 0.67% -
XYZ 17.06 30.15 16.98 -
YUV 116.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 15 171 100 0.91 0 0.42 0.33 152.69 0.84 0.36
Hex F AB 64 5B 0 2A 21 99 54 24
Octal 17 253 144 133 0 52 41 231 124 44
Binary 1111 10101011 1100100 1011011 0 101010 100001 10011001 1010100 100100

Color Harmonies of #0FAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB64

Black with #0FAB64

Text Example


Text Example

White with #0FAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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