Html Css Color HEX #0FB039 Dark Pastel Green

📋 copy color: '#0FB039'

red 15 ◦ green 176 ◦ blue 57

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

Shades of Dark Pastel Green #0FB039

Tints of Dark Pastel Green #0FB039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.98%

R = 6.05%
G = 70.97%
B = 22.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#0FB039 (or 0x0FB039) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 39. RGB value is (15,176,57). Sum of RGB (Red+Green+Blue) = 15+176+57=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 176 (69.14% from 255 or 70.97% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB039 is #F04FC6. Grayscale: #727272. Windows color (decimal): -15749063 or 3780623. OLE color: 3780623.

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

Color convert

RGB 15 176 57 -
CMYK 0.91 0 0.68 0.31
HSL 135.65º 0.84% 0.37% -
HSV(B) 135.65º 0.91% 0.69% -
XYZ 16.46 31.45 9.07 -
YUV 114.3 95.66 57.18 -
System Red Green Blue C M Y K H S L
Decimal 15 176 57 0.91 0 0.68 0.31 135.65 0.84 0.37
Hex F B0 39 5B 0 44 1F 88 54 25
Octal 17 260 71 133 0 104 37 210 124 45
Binary 1111 10110000 111001 1011011 0 1000100 11111 10001000 1010100 100101

Color Harmonies of #0FB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB039

Black with #0FB039

Text Example


Text Example

White with #0FB039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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