Html Css Color HEX #0FAC6C Jade

📋 copy color: '#0FAC6C'

red 15 ◦ green 172 ◦ blue 108

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

Shades of Jade #0FAC6C

Tints of Jade #0FAC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 5.08%
G = 58.31%
B = 36.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#0FAC6C (or 0x0FAC6C) is known color: Jade. HEX triplet: 0F, AC and 6C. RGB value is (15,172,108). Sum of RGB (Red+Green+Blue) = 15+172+108=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC6C is #F05393. Grayscale: #757575. Windows color (decimal): -15750036 or 7121935. OLE color: 7121935.

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

Color convert

RGB 15 172 108 -
CMYK 0.91 0 0.37 0.33
HSL 155.54º 0.84% 0.37% -
HSV(B) 155.54º 0.91% 0.67% -
XYZ 17.66 30.69 19.18 -
YUV 117.76 122.49 54.7 -
System Red Green Blue C M Y K H S L
Decimal 15 172 108 0.91 0 0.37 0.33 155.54 0.84 0.37
Hex F AC 6C 5B 0 25 21 9C 54 25
Octal 17 254 154 133 0 45 41 234 124 45
Binary 1111 10101100 1101100 1011011 0 100101 100001 10011100 1010100 100101

Color Harmonies of #0FAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC6C

Black with #0FAC6C

Text Example


Text Example

White with #0FAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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