Html Css Color HEX #0FB353 Pigment Green

📋 copy color: '#0FB353'

red 15 ◦ green 179 ◦ blue 83

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

Shades of Pigment Green #0FB353

Tints of Pigment Green #0FB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 64.62%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 5.42%
G = 64.62%
B = 29.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#0FB353 (or 0x0FB353) is known color: Pigment Green. HEX triplet: 0F, B3 and 53. RGB value is (15,179,83). Sum of RGB (Red+Green+Blue) = 15+179+83=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB353 is #F04CAC. Grayscale: #777777. Windows color (decimal): -15748269 or 5485327. OLE color: 5485327.

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

Color convert

RGB 15 179 83 -
CMYK 0.92 0 0.54 0.30
HSL 144.88º 0.85% 0.38% -
HSV(B) 144.88º 0.92% 0.7% -
XYZ 17.88 32.97 13.6 -
YUV 119.02 107.67 53.81 -
System Red Green Blue C M Y K H S L
Decimal 15 179 83 0.92 0 0.54 0.30 144.88 0.85 0.38
Hex F B3 53 5C 0 36 1E 91 55 26
Octal 17 263 123 134 0 66 36 221 125 46
Binary 1111 10110011 1010011 1011100 0 110110 11110 10010001 1010101 100110

Color Harmonies of #0FB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB353

Black with #0FB353

Text Example


Text Example

White with #0FB353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,83); }

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

background-color css

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

 a { background-color: rgb(15,179,83); }

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

border-color css

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

 span { border-color: rgb(15,179,83); }

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