Html Css Color HEX #0FA96B Jade

📋 copy color: '#0FA96B'

red 15 ◦ green 169 ◦ blue 107

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

Shades of Jade #0FA96B

Tints of Jade #0FA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 5.15%
G = 58.08%
B = 36.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#0FA96B (or 0x0FA96B) is known color: Jade. HEX triplet: 0F, A9 and 6B. RGB value is (15,169,107). Sum of RGB (Red+Green+Blue) = 15+169+107=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA96B is #F05694. Grayscale: #737373. Windows color (decimal): -15750805 or 7055631. OLE color: 7055631.

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

Color convert

RGB 15 169 107 -
CMYK 0.91 0 0.37 0.34
HSL 155.84º 0.84% 0.36% -
HSV(B) 155.84º 0.91% 0.66% -
XYZ 17.04 29.54 18.71 -
YUV 115.89 122.98 56.04 -
System Red Green Blue C M Y K H S L
Decimal 15 169 107 0.91 0 0.37 0.34 155.84 0.84 0.36
Hex F A9 6B 5B 0 25 22 9C 54 24
Octal 17 251 153 133 0 45 42 234 124 44
Binary 1111 10101001 1101011 1011011 0 100101 100010 10011100 1010100 100100

Color Harmonies of #0FA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA96B

Black with #0FA96B

Text Example


Text Example

White with #0FA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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