Html Css Color HEX #0F9B4A Pigment Green

📋 copy color: '#0F9B4A'

red 15 ◦ green 155 ◦ blue 74

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

Shades of Pigment Green #0F9B4A

Tints of Pigment Green #0F9B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 6.15%
G = 63.52%
B = 30.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#0F9B4A (or 0x0F9B4A) is known color: Pigment Green. HEX triplet: 0F, 9B and 4A. RGB value is (15,155,74). Sum of RGB (Red+Green+Blue) = 15+155+74=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B4A is #F064B5. Grayscale: #686868. Windows color (decimal): -15754422 or 4889359. OLE color: 4889359.

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

Color convert

RGB 15 155 74 -
CMYK 0.90 0 0.52 0.39
HSL 145.29º 0.82% 0.33% -
HSV(B) 145.29º 0.9% 0.61% -
XYZ 13.15 24.04 10.43 -
YUV 103.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 15 155 74 0.90 0 0.52 0.39 145.29 0.82 0.33
Hex F 9B 4A 5A 0 34 27 91 52 21
Octal 17 233 112 132 0 64 47 221 122 41
Binary 1111 10011011 1001010 1011010 0 110100 100111 10010001 1010010 100001

Color Harmonies of #0F9B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9B4A

Black with #0F9B4A

Text Example


Text Example

White with #0F9B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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