Html Css Color HEX #0FA36D Jade

📋 copy color: '#0FA36D'

red 15 ◦ green 163 ◦ blue 109

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

Shades of Jade #0FA36D

Tints of Jade #0FA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 5.23%
G = 56.79%
B = 37.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#0FA36D (or 0x0FA36D) is known color: Jade. HEX triplet: 0F, A3 and 6D. RGB value is (15,163,109). Sum of RGB (Red+Green+Blue) = 15+163+109=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA36D is #F05C92. Grayscale: #707070. Windows color (decimal): -15752339 or 7185167. OLE color: 7185167.

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

Color convert

RGB 15 163 109 -
CMYK 0.91 0 0.33 0.36
HSL 158.11º 0.83% 0.35% -
HSV(B) 158.11º 0.91% 0.64% -
XYZ 16.05 27.4 18.91 -
YUV 112.59 125.97 58.39 -
System Red Green Blue C M Y K H S L
Decimal 15 163 109 0.91 0 0.33 0.36 158.11 0.83 0.35
Hex F A3 6D 5B 0 21 24 9E 53 23
Octal 17 243 155 133 0 41 44 236 123 43
Binary 1111 10100011 1101101 1011011 0 100001 100100 10011110 1010011 100011

Color Harmonies of #0FA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA36D

Black with #0FA36D

Text Example


Text Example

White with #0FA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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