Html Css Color HEX #0FB13B Dark Pastel Green

📋 copy color: '#0FB13B'

red 15 ◦ green 177 ◦ blue 59

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

Shades of Dark Pastel Green #0FB13B

Tints of Dark Pastel Green #0FB13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 5.98%
G = 70.52%
B = 23.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#0FB13B (or 0x0FB13B) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 3B. RGB value is (15,177,59). Sum of RGB (Red+Green+Blue) = 15+177+59=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 177 (69.53% from 255 or 70.52% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB13B is #F04EC4. Grayscale: #737373. Windows color (decimal): -15748805 or 3911951. OLE color: 3911951.

HSL color Cylindrical-coordinate representation of color #0FB13B: hue angle of 136.3º 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 #0FB13B is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 59 -
CMYK 0.92 0 0.67 0.31
HSL 136.3º 0.84% 0.38% -
HSV(B) 136.3º 0.92% 0.69% -
XYZ 16.71 31.86 9.41 -
YUV 115.11 96.33 56.59 -
System Red Green Blue C M Y K H S L
Decimal 15 177 59 0.92 0 0.67 0.31 136.3 0.84 0.38
Hex F B1 3B 5C 0 43 1F 88 54 26
Octal 17 261 73 134 0 103 37 210 124 46
Binary 1111 10110001 111011 1011100 0 1000011 11111 10001000 1010100 100110

Color Harmonies of #0FB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB13B

Black with #0FB13B

Text Example


Text Example

White with #0FB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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