Html Css Color HEX #0FBA42 Dark Pastel Green

📋 copy color: '#0FBA42'

red 15 ◦ green 186 ◦ blue 66

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

Shades of Dark Pastel Green #0FBA42

Tints of Dark Pastel Green #0FBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.66%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 5.62%
G = 69.66%
B = 24.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#0FBA42 (or 0x0FBA42) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 42. RGB value is (15,186,66). Sum of RGB (Red+Green+Blue) = 15+186+66=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA42 is #F045BD. Grayscale: #797979. Windows color (decimal): -15746494 or 4373007. OLE color: 4373007.

HSL color Cylindrical-coordinate representation of color #0FBA42: hue angle of 137.89º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA42 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 66 -
CMYK 0.92 0 0.65 0.27
HSL 137.89º 0.85% 0.39% -
HSV(B) 137.89º 0.92% 0.73% -
XYZ 18.74 35.61 11.04 -
YUV 121.19 96.85 52.26 -
System Red Green Blue C M Y K H S L
Decimal 15 186 66 0.92 0 0.65 0.27 137.89 0.85 0.39
Hex F BA 42 5C 0 41 1B 8A 55 27
Octal 17 272 102 134 0 101 33 212 125 47
Binary 1111 10111010 1000010 1011100 0 1000001 11011 10001010 1010101 100111

Color Harmonies of #0FBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA42

Black with #0FBA42

Text Example


Text Example

White with #0FBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,66); }

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

background-color css

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

 a { background-color: rgb(15,186,66); }

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

border-color css

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

 span { border-color: rgb(15,186,66); }

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