Html Css Color HEX #0FB44F Pigment Green

📋 copy color: '#0FB44F'

red 15 ◦ green 180 ◦ blue 79

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

Shades of Pigment Green #0FB44F

Tints of Pigment Green #0FB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 65.69%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 5.47%
G = 65.69%
B = 28.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#0FB44F (or 0x0FB44F) is known color: Pigment Green. HEX triplet: 0F, B4 and 4F. RGB value is (15,180,79). Sum of RGB (Red+Green+Blue) = 15+180+79=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB44F is #F04BB0. Grayscale: #777777. Windows color (decimal): -15748017 or 5223439. OLE color: 5223439.

HSL color Cylindrical-coordinate representation of color #0FB44F: hue angle of 143.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB44F is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 79 -
CMYK 0.92 0 0.56 0.29
HSL 143.27º 0.85% 0.38% -
HSV(B) 143.27º 0.92% 0.71% -
XYZ 17.93 33.31 12.88 -
YUV 119.15 105.34 53.71 -
System Red Green Blue C M Y K H S L
Decimal 15 180 79 0.92 0 0.56 0.29 143.27 0.85 0.38
Hex F B4 4F 5C 0 38 1D 8F 55 26
Octal 17 264 117 134 0 70 35 217 125 46
Binary 1111 10110100 1001111 1011100 0 111000 11101 10001111 1010101 100110

Color Harmonies of #0FB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB44F

Black with #0FB44F

Text Example


Text Example

White with #0FB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,79); }

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

background-color css

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

 a { background-color: rgb(15,180,79); }

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

border-color css

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

 span { border-color: rgb(15,180,79); }

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