Html Css Color HEX #0FB444 Dark Pastel Green

📋 copy color: '#0FB444'

red 15 ◦ green 180 ◦ blue 68

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

Shades of Dark Pastel Green #0FB444

Tints of Dark Pastel Green #0FB444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.44%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 5.7%
G = 68.44%
B = 25.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#0FB444 (or 0x0FB444) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 44. RGB value is (15,180,68). Sum of RGB (Red+Green+Blue) = 15+180+68=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB444 is #F04BBB. Grayscale: #767676. Windows color (decimal): -15748028 or 4502543. OLE color: 4502543.

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

Color convert

RGB 15 180 68 -
CMYK 0.92 0 0.62 0.29
HSL 139.27º 0.85% 0.38% -
HSV(B) 139.27º 0.92% 0.71% -
XYZ 17.56 33.16 10.94 -
YUV 117.9 99.84 54.61 -
System Red Green Blue C M Y K H S L
Decimal 15 180 68 0.92 0 0.62 0.29 139.27 0.85 0.38
Hex F B4 44 5C 0 3E 1D 8B 55 26
Octal 17 264 104 134 0 76 35 213 125 46
Binary 1111 10110100 1000100 1011100 0 111110 11101 10001011 1010101 100110

Color Harmonies of #0FB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB444

Black with #0FB444

Text Example


Text Example

White with #0FB444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,180,68); }

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

background-color css

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

 a { background-color: rgb(15,180,68); }

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

border-color css

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

 span { border-color: rgb(15,180,68); }

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