Html Css Color HEX #0FAF69 Jade

📋 copy color: '#0FAF69'

red 15 ◦ green 175 ◦ blue 105

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

Shades of Jade #0FAF69

Tints of Jade #0FAF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 5.08%
G = 59.32%
B = 35.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#0FAF69 (or 0x0FAF69) is known color: Jade. HEX triplet: 0F, AF and 69. RGB value is (15,175,105). Sum of RGB (Red+Green+Blue) = 15+175+105=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF69 is #F05096. Grayscale: #777777. Windows color (decimal): -15749271 or 6926095. OLE color: 6926095.

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

Color convert

RGB 15 175 105 -
CMYK 0.91 0 0.40 0.31
HSL 153.75º 0.84% 0.37% -
HSV(B) 153.75º 0.91% 0.69% -
XYZ 18.08 31.78 18.55 -
YUV 119.18 119.99 53.69 -
System Red Green Blue C M Y K H S L
Decimal 15 175 105 0.91 0 0.40 0.31 153.75 0.84 0.37
Hex F AF 69 5B 0 28 1F 9A 54 25
Octal 17 257 151 133 0 50 37 232 124 45
Binary 1111 10101111 1101001 1011011 0 101000 11111 10011010 1010100 100101

Color Harmonies of #0FAF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF69

Black with #0FAF69

Text Example


Text Example

White with #0FAF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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