Html Css Color HEX #0FAA65 Jade

📋 copy color: '#0FAA65'

red 15 ◦ green 170 ◦ blue 101

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

Shades of Jade #0FAA65

Tints of Jade #0FAA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.44%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 5.24%
G = 59.44%
B = 35.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#0FAA65 (or 0x0FAA65) is known color: Jade. HEX triplet: 0F, AA and 65. RGB value is (15,170,101). Sum of RGB (Red+Green+Blue) = 15+170+101=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA65 is #F0559A. Grayscale: #737373. Windows color (decimal): -15750555 or 6662671. OLE color: 6662671.

HSL color Cylindrical-coordinate representation of color #0FAA65: hue angle of 153.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA65 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 101 -
CMYK 0.91 0 0.41 0.33
HSL 153.29º 0.84% 0.36% -
HSV(B) 153.29º 0.91% 0.67% -
XYZ 16.92 29.79 17.17 -
YUV 115.79 119.65 56.11 -
System Red Green Blue C M Y K H S L
Decimal 15 170 101 0.91 0 0.41 0.33 153.29 0.84 0.36
Hex F AA 65 5B 0 29 21 99 54 24
Octal 17 252 145 133 0 51 41 231 124 44
Binary 1111 10101010 1100101 1011011 0 101001 100001 10011001 1010100 100100

Color Harmonies of #0FAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA65

Black with #0FAA65

Text Example


Text Example

White with #0FAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,101); }

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

background-color css

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

 a { background-color: rgb(15,170,101); }

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

border-color css

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

 span { border-color: rgb(15,170,101); }

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