Html Css Color HEX #0FAC64 Jade

📋 copy color: '#0FAC64'

red 15 ◦ green 172 ◦ blue 100

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

Shades of Jade #0FAC64

Tints of Jade #0FAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.93%

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

R = 5.23%
G = 59.93%
B = 34.84%

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

#0FAC64 (or 0x0FAC64) is known color: Jade. HEX triplet: 0F, AC and 64. RGB value is (15,172,100). Sum of RGB (Red+Green+Blue) = 15+172+100=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC64 is #F0539B. Grayscale: #747474. Windows color (decimal): -15750044 or 6597647. OLE color: 6597647.

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

Color convert

RGB 15 172 100 -
CMYK 0.91 0 0.42 0.33
HSL 152.48º 0.84% 0.37% -
HSV(B) 152.48º 0.91% 0.67% -
XYZ 17.25 30.53 17.04 -
YUV 116.85 118.49 55.35 -
System Red Green Blue C M Y K H S L
Decimal 15 172 100 0.91 0 0.42 0.33 152.48 0.84 0.37
Hex F AC 64 5B 0 2A 21 98 54 25
Octal 17 254 144 133 0 52 41 230 124 45
Binary 1111 10101100 1100100 1011011 0 101010 100001 10011000 1010100 100101

Color Harmonies of #0FAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC64

Black with #0FAC64

Text Example


Text Example

White with #0FAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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