Html Css Color HEX #0F9B40 Pigment Green

📋 copy color: '#0F9B40'

red 15 ◦ green 155 ◦ blue 64

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

Shades of Pigment Green #0F9B40

Tints of Pigment Green #0F9B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 66.24%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 6.41%
G = 66.24%
B = 27.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#0F9B40 (or 0x0F9B40) is known color: Pigment Green. HEX triplet: 0F, 9B and 40. RGB value is (15,155,64). Sum of RGB (Red+Green+Blue) = 15+155+64=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B40 is #F064BF. Grayscale: #666666. Windows color (decimal): -15754432 or 4233999. OLE color: 4233999.

HSL color Cylindrical-coordinate representation of color #0F9B40: hue angle of 141º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B40 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 155 64 -
CMYK 0.90 0 0.59 0.39
HSL 141º 0.82% 0.33% -
HSV(B) 141º 0.9% 0.61% -
XYZ 12.84 23.91 8.79 -
YUV 102.77 106.12 65.4 -
System Red Green Blue C M Y K H S L
Decimal 15 155 64 0.90 0 0.59 0.39 141 0.82 0.33
Hex F 9B 40 5A 0 3B 27 8D 52 21
Octal 17 233 100 132 0 73 47 215 122 41
Binary 1111 10011011 1000000 1011010 0 111011 100111 10001101 1010010 100001

Color Harmonies of #0F9B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B40

Black with #0F9B40

Text Example


Text Example

White with #0F9B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,155,64); }

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

background-color css

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

 a { background-color: rgb(15,155,64); }

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

border-color css

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

 span { border-color: rgb(15,155,64); }

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