Html Css Color HEX #0FA65B Pigment Green

📋 copy color: '#0FA65B'

red 15 ◦ green 166 ◦ blue 91

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

Shades of Pigment Green #0FA65B

Tints of Pigment Green #0FA65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.03%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 5.51%
G = 61.03%
B = 33.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#0FA65B (or 0x0FA65B) is known color: Pigment Green. HEX triplet: 0F, A6 and 5B. RGB value is (15,166,91). Sum of RGB (Red+Green+Blue) = 15+166+91=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA65B is #F059A4. Grayscale: #707070. Windows color (decimal): -15751589 or 6006287. OLE color: 6006287.

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

Color convert

RGB 15 166 91 -
CMYK 0.91 0 0.45 0.35
HSL 150.2º 0.83% 0.35% -
HSV(B) 150.2º 0.91% 0.65% -
XYZ 15.72 28.13 14.5 -
YUV 112.3 115.97 58.6 -
System Red Green Blue C M Y K H S L
Decimal 15 166 91 0.91 0 0.45 0.35 150.2 0.83 0.35
Hex F A6 5B 5B 0 2D 23 96 53 23
Octal 17 246 133 133 0 55 43 226 123 43
Binary 1111 10100110 1011011 1011011 0 101101 100011 10010110 1010011 100011

Color Harmonies of #0FA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA65B

Black with #0FA65B

Text Example


Text Example

White with #0FA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,91); }

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

background-color css

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

 a { background-color: rgb(15,166,91); }

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

border-color css

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

 span { border-color: rgb(15,166,91); }

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