Html Css Color HEX #0F9B41 Pigment Green

📋 copy color: '#0F9B41'

red 15 ◦ green 155 ◦ blue 65

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

Shades of Pigment Green #0F9B41

Tints of Pigment Green #0F9B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 6.38%
G = 65.96%
B = 27.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#0F9B41 (or 0x0F9B41) is known color: Pigment Green. HEX triplet: 0F, 9B and 41. RGB value is (15,155,65). Sum of RGB (Red+Green+Blue) = 15+155+65=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B41 is #F064BE. Grayscale: #676767. Windows color (decimal): -15754431 or 4299535. OLE color: 4299535.

HSL color Cylindrical-coordinate representation of color #0F9B41: hue angle of 141.43º 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 #0F9B41 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 155 65 -
CMYK 0.90 0 0.58 0.39
HSL 141.43º 0.82% 0.33% -
HSV(B) 141.43º 0.9% 0.61% -
XYZ 12.87 23.93 8.94 -
YUV 102.88 106.62 65.32 -
System Red Green Blue C M Y K H S L
Decimal 15 155 65 0.90 0 0.58 0.39 141.43 0.82 0.33
Hex F 9B 41 5A 0 3A 27 8D 52 21
Octal 17 233 101 132 0 72 47 215 122 41
Binary 1111 10011011 1000001 1011010 0 111010 100111 10001101 1010010 100001

Color Harmonies of #0F9B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B41

Black with #0F9B41

Text Example


Text Example

White with #0F9B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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