Html Css Color HEX #0FAF67 Jade

📋 copy color: '#0FAF67'

red 15 ◦ green 175 ◦ blue 103

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

Shades of Jade #0FAF67

Tints of Jade #0FAF67

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.73%

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 5.12%
G = 59.73%
B = 35.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#0FAF67 (or 0x0FAF67) is known color: Jade. HEX triplet: 0F, AF and 67. RGB value is (15,175,103). Sum of RGB (Red+Green+Blue) = 15+175+103=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF67 is #F05098. Grayscale: #777777. Windows color (decimal): -15749273 or 6795023. OLE color: 6795023.

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

Color convert

RGB 15 175 103 -
CMYK 0.91 0 0.41 0.31
HSL 153º 0.84% 0.37% -
HSV(B) 153º 0.91% 0.69% -
XYZ 17.98 31.74 18.01 -
YUV 118.95 118.99 53.85 -
System Red Green Blue C M Y K H S L
Decimal 15 175 103 0.91 0 0.41 0.31 153 0.84 0.37
Hex F AF 67 5B 0 29 1F 99 54 25
Octal 17 257 147 133 0 51 37 231 124 45
Binary 1111 10101111 1100111 1011011 0 101001 11111 10011001 1010100 100101

Color Harmonies of #0FAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF67

Black with #0FAF67

Text Example


Text Example

White with #0FAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,103); }

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

background-color css

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

 a { background-color: rgb(15,175,103); }

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

border-color css

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

 span { border-color: rgb(15,175,103); }

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