Html Css Color HEX #0FA36C Jade

📋 copy color: '#0FA36C'

red 15 ◦ green 163 ◦ blue 108

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

Shades of Jade #0FA36C

Tints of Jade #0FA36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.99%

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

R = 5.24%
G = 56.99%
B = 37.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#0FA36C (or 0x0FA36C) is known color: Jade. HEX triplet: 0F, A3 and 6C. RGB value is (15,163,108). Sum of RGB (Red+Green+Blue) = 15+163+108=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA36C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA36C is #F05C93. Grayscale: #707070. Windows color (decimal): -15752340 or 7119631. OLE color: 7119631.

HSL color Cylindrical-coordinate representation of color #0FA36C: hue angle of 157.7º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA36C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 108 -
CMYK 0.91 0 0.34 0.36
HSL 157.7º 0.83% 0.35% -
HSV(B) 157.7º 0.91% 0.64% -
XYZ 16 27.38 18.63 -
YUV 112.48 125.47 58.47 -
System Red Green Blue C M Y K H S L
Decimal 15 163 108 0.91 0 0.34 0.36 157.7 0.83 0.35
Hex F A3 6C 5B 0 22 24 9E 53 23
Octal 17 243 154 133 0 42 44 236 123 43
Binary 1111 10100011 1101100 1011011 0 100010 100100 10011110 1010011 100011

Color Harmonies of #0FA36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA36C

Black with #0FA36C

Text Example


Text Example

White with #0FA36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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