Html Css Color HEX #0FA46B Jade

📋 copy color: '#0FA46B'

red 15 ◦ green 164 ◦ blue 107

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

Shades of Jade #0FA46B

Tints of Jade #0FA46B

RGB

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

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

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

R = 5.24%
G = 57.34%
B = 37.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#0FA46B (or 0x0FA46B) is known color: Jade. HEX triplet: 0F, A4 and 6B. RGB value is (15,164,107). Sum of RGB (Red+Green+Blue) = 15+164+107=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA46B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA46B is #F05B94. Grayscale: #717171. Windows color (decimal): -15752085 or 7054351. OLE color: 7054351.

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

Color convert

RGB 15 164 107 -
CMYK 0.91 0 0.35 0.36
HSL 157.05º 0.83% 0.35% -
HSV(B) 157.05º 0.91% 0.64% -
XYZ 16.13 27.71 18.41 -
YUV 112.95 124.64 58.13 -
System Red Green Blue C M Y K H S L
Decimal 15 164 107 0.91 0 0.35 0.36 157.05 0.83 0.35
Hex F A4 6B 5B 0 23 24 9D 53 23
Octal 17 244 153 133 0 43 44 235 123 43
Binary 1111 10100100 1101011 1011011 0 100011 100100 10011101 1010011 100011

Color Harmonies of #0FA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA46B

Black with #0FA46B

Text Example


Text Example

White with #0FA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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