Html Css Color HEX #0FB253 Pigment Green

📋 copy color: '#0FB253'

red 15 ◦ green 178 ◦ blue 83

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

Shades of Pigment Green #0FB253

Tints of Pigment Green #0FB253

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.49%

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

R = 5.43%
G = 64.49%
B = 30.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#0FB253 (or 0x0FB253) is known color: Pigment Green. HEX triplet: 0F, B2 and 53. RGB value is (15,178,83). Sum of RGB (Red+Green+Blue) = 15+178+83=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB253 is #F04DAC. Grayscale: #767676. Windows color (decimal): -15748525 or 5485071. OLE color: 5485071.

HSL color Cylindrical-coordinate representation of color #0FB253: hue angle of 145.03º degrees, saturation: 0.84, 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 #0FB253 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 83 -
CMYK 0.92 0 0.53 0.30
HSL 145.03º 0.84% 0.38% -
HSV(B) 145.03º 0.92% 0.7% -
XYZ 17.68 32.57 13.54 -
YUV 118.43 108 54.22 -
System Red Green Blue C M Y K H S L
Decimal 15 178 83 0.92 0 0.53 0.30 145.03 0.84 0.38
Hex F B2 53 5C 0 35 1E 91 54 26
Octal 17 262 123 134 0 65 36 221 124 46
Binary 1111 10110010 1010011 1011100 0 110101 11110 10010001 1010100 100110

Color Harmonies of #0FB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB253

Black with #0FB253

Text Example


Text Example

White with #0FB253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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