Html Css Color HEX #0FAF64 Jade

📋 copy color: '#0FAF64'

red 15 ◦ green 175 ◦ blue 100

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

Shades of Jade #0FAF64

Tints of Jade #0FAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 5.17%
G = 60.34%
B = 34.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#0FAF64 (or 0x0FAF64) is known color: Jade. HEX triplet: 0F, AF and 64. RGB value is (15,175,100). Sum of RGB (Red+Green+Blue) = 15+175+100=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF64 is #F0509B. Grayscale: #767676. Windows color (decimal): -15749276 or 6598415. OLE color: 6598415.

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

Color convert

RGB 15 175 100 -
CMYK 0.91 0 0.43 0.31
HSL 151.88º 0.84% 0.37% -
HSV(B) 151.88º 0.91% 0.69% -
XYZ 17.83 31.68 17.23 -
YUV 118.61 117.49 54.1 -
System Red Green Blue C M Y K H S L
Decimal 15 175 100 0.91 0 0.43 0.31 151.88 0.84 0.37
Hex F AF 64 5B 0 2B 1F 98 54 25
Octal 17 257 144 133 0 53 37 230 124 45
Binary 1111 10101111 1100100 1011011 0 101011 11111 10011000 1010100 100101

Color Harmonies of #0FAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF64

Black with #0FAF64

Text Example


Text Example

White with #0FAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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