Html Css Color HEX #0FA269 Jade

📋 copy color: '#0FA269'

red 15 ◦ green 162 ◦ blue 105

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

Shades of Jade #0FA269

Tints of Jade #0FA269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.45%

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

R = 5.32%
G = 57.45%
B = 37.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#0FA269 (or 0x0FA269) is known color: Jade. HEX triplet: 0F, A2 and 69. RGB value is (15,162,105). Sum of RGB (Red+Green+Blue) = 15+162+105=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA269 is #F05D96. Grayscale: #6F6F6F. Windows color (decimal): -15752599 or 6922767. OLE color: 6922767.

HSL color Cylindrical-coordinate representation of color #0FA269: hue angle of 156.73º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA269 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 162 105 -
CMYK 0.91 0 0.35 0.36
HSL 156.73º 0.83% 0.35% -
HSV(B) 156.73º 0.91% 0.64% -
XYZ 15.67 26.96 17.74 -
YUV 111.55 124.3 59.13 -
System Red Green Blue C M Y K H S L
Decimal 15 162 105 0.91 0 0.35 0.36 156.73 0.83 0.35
Hex F A2 69 5B 0 23 24 9D 53 23
Octal 17 242 151 133 0 43 44 235 123 43
Binary 1111 10100010 1101001 1011011 0 100011 100100 10011101 1010011 100011

Color Harmonies of #0FA269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA269

Black with #0FA269

Text Example


Text Example

White with #0FA269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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