Html Css Color HEX #0FA971 Jade

📋 copy color: '#0FA971'

red 15 ◦ green 169 ◦ blue 113

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

Shades of Jade #0FA971

Tints of Jade #0FA971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 5.05%
G = 56.9%
B = 38.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#0FA971 (or 0x0FA971) is known color: Jade. HEX triplet: 0F, A9 and 71. RGB value is (15,169,113). Sum of RGB (Red+Green+Blue) = 15+169+113=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA971 is #F0568E. Grayscale: #747474. Windows color (decimal): -15750799 or 7448847. OLE color: 7448847.

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

Color convert

RGB 15 169 113 -
CMYK 0.91 0 0.33 0.34
HSL 158.18º 0.84% 0.36% -
HSV(B) 158.18º 0.91% 0.66% -
XYZ 17.37 29.67 20.43 -
YUV 116.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 15 169 113 0.91 0 0.33 0.34 158.18 0.84 0.36
Hex F A9 71 5B 0 21 22 9E 54 24
Octal 17 251 161 133 0 41 42 236 124 44
Binary 1111 10101001 1110001 1011011 0 100001 100010 10011110 1010100 100100

Color Harmonies of #0FA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA971

Black with #0FA971

Text Example


Text Example

White with #0FA971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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