Html Css Color HEX #0FAE6B Jade

📋 copy color: '#0FAE6B'

red 15 ◦ green 174 ◦ blue 107

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

Shades of Jade #0FAE6B

Tints of Jade #0FAE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.78%

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

R = 5.07%
G = 58.78%
B = 36.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#0FAE6B (or 0x0FAE6B) is known color: Jade. HEX triplet: 0F, AE and 6B. RGB value is (15,174,107). Sum of RGB (Red+Green+Blue) = 15+174+107=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE6B is #F05194. Grayscale: #767676. Windows color (decimal): -15749525 or 7056911. OLE color: 7056911.

HSL color Cylindrical-coordinate representation of color #0FAE6B: hue angle of 154.72º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE6B is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 107 -
CMYK 0.91 0 0.39 0.32
HSL 154.72º 0.84% 0.37% -
HSV(B) 154.72º 0.91% 0.68% -
XYZ 17.99 31.44 19.03 -
YUV 118.82 121.32 53.95 -
System Red Green Blue C M Y K H S L
Decimal 15 174 107 0.91 0 0.39 0.32 154.72 0.84 0.37
Hex F AE 6B 5B 0 27 20 9B 54 25
Octal 17 256 153 133 0 47 40 233 124 45
Binary 1111 10101110 1101011 1011011 0 100111 100000 10011011 1010100 100101

Color Harmonies of #0FAE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE6B

Black with #0FAE6B

Text Example


Text Example

White with #0FAE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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