Html Css Color HEX #0FB122 Dark Pastel Green

📋 copy color: '#0FB122'

red 15 ◦ green 177 ◦ blue 34

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

Shades of Dark Pastel Green #0FB122

Tints of Dark Pastel Green #0FB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 6.64%
G = 78.32%
B = 15.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#0FB122 (or 0x0FB122) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 22. RGB value is (15,177,34). Sum of RGB (Red+Green+Blue) = 15+177+34=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 177 (69.53% from 255 or 78.32% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB122 is #F04EDD. Grayscale: #707070. Windows color (decimal): -15748830 or 2273551. OLE color: 2273551.

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

Color convert

RGB 15 177 34 -
CMYK 0.92 0 0.81 0.31
HSL 127.04º 0.84% 0.38% -
HSV(B) 127.04º 0.92% 0.69% -
XYZ 16.21 31.66 6.77 -
YUV 112.26 83.83 58.63 -
System Red Green Blue C M Y K H S L
Decimal 15 177 34 0.92 0 0.81 0.31 127.04 0.84 0.38
Hex F B1 22 5C 0 51 1F 7F 54 26
Octal 17 261 42 134 0 121 37 177 124 46
Binary 1111 10110001 100010 1011100 0 1010001 11111 1111111 1010100 100110

Color Harmonies of #0FB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB122

Black with #0FB122

Text Example


Text Example

White with #0FB122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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