Html Css Color HEX #0FA571 Jade

📋 copy color: '#0FA571'

red 15 ◦ green 165 ◦ blue 113

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

Shades of Jade #0FA571

Tints of Jade #0FA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.31%

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

R = 5.12%
G = 56.31%
B = 38.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#0FA571 (or 0x0FA571) is known color: Jade. HEX triplet: 0F, A5 and 71. RGB value is (15,165,113). Sum of RGB (Red+Green+Blue) = 15+165+113=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA571 is #F05A8E. Grayscale: #727272. Windows color (decimal): -15751823 or 7447823. OLE color: 7447823.

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

Color convert

RGB 15 165 113 -
CMYK 0.91 0 0.32 0.35
HSL 159.2º 0.83% 0.35% -
HSV(B) 159.2º 0.91% 0.65% -
XYZ 16.63 28.2 20.19 -
YUV 114.22 127.31 57.23 -
System Red Green Blue C M Y K H S L
Decimal 15 165 113 0.91 0 0.32 0.35 159.2 0.83 0.35
Hex F A5 71 5B 0 20 23 9F 53 23
Octal 17 245 161 133 0 40 43 237 123 43
Binary 1111 10100101 1110001 1011011 0 100000 100011 10011111 1010011 100011

Color Harmonies of #0FA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA571

Black with #0FA571

Text Example


Text Example

White with #0FA571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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