Html Css Color HEX #0FA470 Jade

📋 copy color: '#0FA470'

red 15 ◦ green 164 ◦ blue 112

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

Shades of Jade #0FA470

Tints of Jade #0FA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.36%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 5.15%
G = 56.36%
B = 38.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#0FA470 (or 0x0FA470) is known color: Jade. HEX triplet: 0F, A4 and 70. RGB value is (15,164,112). Sum of RGB (Red+Green+Blue) = 15+164+112=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA470 is #F05B8F. Grayscale: #717171. Windows color (decimal): -15752080 or 7382031. OLE color: 7382031.

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

Color convert

RGB 15 164 112 -
CMYK 0.91 0 0.32 0.36
HSL 159.06º 0.83% 0.35% -
HSV(B) 159.06º 0.91% 0.64% -
XYZ 16.4 27.82 19.84 -
YUV 113.52 127.14 57.73 -
System Red Green Blue C M Y K H S L
Decimal 15 164 112 0.91 0 0.32 0.36 159.06 0.83 0.35
Hex F A4 70 5B 0 20 24 9F 53 23
Octal 17 244 160 133 0 40 44 237 123 43
Binary 1111 10100100 1110000 1011011 0 100000 100100 10011111 1010011 100011

Color Harmonies of #0FA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA470

Black with #0FA470

Text Example


Text Example

White with #0FA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,164,112); }

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

background-color css

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

 a { background-color: rgb(15,164,112); }

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

border-color css

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

 span { border-color: rgb(15,164,112); }

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