Html Css Color HEX #0FB14C Pigment Green

📋 copy color: '#0FB14C'

red 15 ◦ green 177 ◦ blue 76

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

Shades of Pigment Green #0FB14C

Tints of Pigment Green #0FB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.04%

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 5.6%
G = 66.04%
B = 28.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#0FB14C (or 0x0FB14C) is known color: Pigment Green. HEX triplet: 0F, B1 and 4C. RGB value is (15,177,76). Sum of RGB (Red+Green+Blue) = 15+177+76=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB14C is #F04EB3. Grayscale: #757575. Windows color (decimal): -15748788 or 5026063. OLE color: 5026063.

HSL color Cylindrical-coordinate representation of color #0FB14C: hue angle of 142.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB14C is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 76 -
CMYK 0.92 0 0.57 0.31
HSL 142.59º 0.84% 0.38% -
HSV(B) 142.59º 0.92% 0.69% -
XYZ 17.22 32.07 12.12 -
YUV 117.05 104.83 55.21 -
System Red Green Blue C M Y K H S L
Decimal 15 177 76 0.92 0 0.57 0.31 142.59 0.84 0.38
Hex F B1 4C 5C 0 39 1F 8F 54 26
Octal 17 261 114 134 0 71 37 217 124 46
Binary 1111 10110001 1001100 1011100 0 111001 11111 10001111 1010100 100110

Color Harmonies of #0FB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB14C

Black with #0FB14C

Text Example


Text Example

White with #0FB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,177,76); }

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

background-color css

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

 a { background-color: rgb(15,177,76); }

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

border-color css

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

 span { border-color: rgb(15,177,76); }

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