Html Css Color HEX #0FAF68 Jade

📋 copy color: '#0FAF68'

red 15 ◦ green 175 ◦ blue 104

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

Shades of Jade #0FAF68

Tints of Jade #0FAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 5.1%
G = 59.52%
B = 35.37%

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

#0FAF68 (or 0x0FAF68) is known color: Jade. HEX triplet: 0F, AF and 68. RGB value is (15,175,104). Sum of RGB (Red+Green+Blue) = 15+175+104=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF68 is #F05097. Grayscale: #777777. Windows color (decimal): -15749272 or 6860559. OLE color: 6860559.

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

Color convert

RGB 15 175 104 -
CMYK 0.91 0 0.41 0.31
HSL 153.38º 0.84% 0.37% -
HSV(B) 153.38º 0.91% 0.69% -
XYZ 18.03 31.76 18.28 -
YUV 119.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 15 175 104 0.91 0 0.41 0.31 153.38 0.84 0.37
Hex F AF 68 5B 0 29 1F 99 54 25
Octal 17 257 150 133 0 51 37 231 124 45
Binary 1111 10101111 1101000 1011011 0 101001 11111 10011001 1010100 100101

Color Harmonies of #0FAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF68

Black with #0FAF68

Text Example


Text Example

White with #0FAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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