Html Css Color HEX #0FA26B Jade

📋 copy color: '#0FA26B'

red 15 ◦ green 162 ◦ blue 107

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

Shades of Jade #0FA26B

Tints of Jade #0FA26B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.04%

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

R = 5.28%
G = 57.04%
B = 37.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#0FA26B (or 0x0FA26B) is known color: Jade. HEX triplet: 0F, A2 and 6B. RGB value is (15,162,107). Sum of RGB (Red+Green+Blue) = 15+162+107=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA26B is #F05D94. Grayscale: #6F6F6F. Windows color (decimal): -15752597 or 7053839. OLE color: 7053839.

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

Color convert

RGB 15 162 107 -
CMYK 0.91 0 0.34 0.36
HSL 157.55º 0.83% 0.35% -
HSV(B) 157.55º 0.91% 0.64% -
XYZ 15.77 27 18.29 -
YUV 111.78 125.3 58.97 -
System Red Green Blue C M Y K H S L
Decimal 15 162 107 0.91 0 0.34 0.36 157.55 0.83 0.35
Hex F A2 6B 5B 0 22 24 9E 53 23
Octal 17 242 153 133 0 42 44 236 123 43
Binary 1111 10100010 1101011 1011011 0 100010 100100 10011110 1010011 100011

Color Harmonies of #0FA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA26B

Black with #0FA26B

Text Example


Text Example

White with #0FA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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