Html Css Color HEX #0FB022 Dark Pastel Green

📋 copy color: '#0FB022'

red 15 ◦ green 176 ◦ blue 34

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

Shades of Dark Pastel Green #0FB022

Tints of Dark Pastel Green #0FB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 78.22%

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

R = 6.67%
G = 78.22%
B = 15.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#0FB022 (or 0x0FB022) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 22. RGB value is (15,176,34). Sum of RGB (Red+Green+Blue) = 15+176+34=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 176 (69.14% from 255 or 78.22% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB022 is #F04FDD. Grayscale: #707070. Windows color (decimal): -15749086 or 2273295. OLE color: 2273295.

HSL color Cylindrical-coordinate representation of color #0FB022: hue angle of 127.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB022 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 34 -
CMYK 0.91 0 0.81 0.31
HSL 127.08º 0.84% 0.37% -
HSV(B) 127.08º 0.91% 0.69% -
XYZ 16.01 31.27 6.7 -
YUV 111.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 15 176 34 0.91 0 0.81 0.31 127.08 0.84 0.37
Hex F B0 22 5B 0 51 1F 7F 54 25
Octal 17 260 42 133 0 121 37 177 124 45
Binary 1111 10110000 100010 1011011 0 1010001 11111 1111111 1010100 100101

Color Harmonies of #0FB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB022

Black with #0FB022

Text Example


Text Example

White with #0FB022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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