Html Css Color HEX #0FA963 Jade

📋 copy color: '#0FA963'

red 15 ◦ green 169 ◦ blue 99

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

Shades of Jade #0FA963

Tints of Jade #0FA963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.72%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 5.3%
G = 59.72%
B = 34.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#0FA963 (or 0x0FA963) is known color: Jade. HEX triplet: 0F, A9 and 63. RGB value is (15,169,99). Sum of RGB (Red+Green+Blue) = 15+169+99=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA963 is #F0569C. Grayscale: #737373. Windows color (decimal): -15750813 or 6531343. OLE color: 6531343.

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

Color convert

RGB 15 169 99 -
CMYK 0.91 0 0.41 0.34
HSL 152.73º 0.84% 0.36% -
HSV(B) 152.73º 0.91% 0.66% -
XYZ 16.64 29.38 16.6 -
YUV 114.97 118.98 56.69 -
System Red Green Blue C M Y K H S L
Decimal 15 169 99 0.91 0 0.41 0.34 152.73 0.84 0.36
Hex F A9 63 5B 0 29 22 99 54 24
Octal 17 251 143 133 0 51 42 231 124 44
Binary 1111 10101001 1100011 1011011 0 101001 100010 10011001 1010100 100100

Color Harmonies of #0FA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA963

Black with #0FA963

Text Example


Text Example

White with #0FA963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,99); }

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

background-color css

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

 a { background-color: rgb(15,169,99); }

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

border-color css

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

 span { border-color: rgb(15,169,99); }

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