Html Css Color HEX #0FBA3B Dark Pastel Green

📋 copy color: '#0FBA3B'

red 15 ◦ green 186 ◦ blue 59

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

Shades of Dark Pastel Green #0FBA3B

Tints of Dark Pastel Green #0FBA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 5.77%
G = 71.54%
B = 22.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#0FBA3B (or 0x0FBA3B) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 3B. RGB value is (15,186,59). Sum of RGB (Red+Green+Blue) = 15+186+59=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3B is #F045C4. Grayscale: #787878. Windows color (decimal): -15746501 or 3914255. OLE color: 3914255.

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

Color convert

RGB 15 186 59 -
CMYK 0.92 0 0.68 0.27
HSL 135.44º 0.85% 0.39% -
HSV(B) 135.44º 0.92% 0.73% -
XYZ 18.55 35.54 10.02 -
YUV 120.39 93.35 52.83 -
System Red Green Blue C M Y K H S L
Decimal 15 186 59 0.92 0 0.68 0.27 135.44 0.85 0.39
Hex F BA 3B 5C 0 44 1B 87 55 27
Octal 17 272 73 134 0 104 33 207 125 47
Binary 1111 10111010 111011 1011100 0 1000100 11011 10000111 1010101 100111

Color Harmonies of #0FBA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA3B

Black with #0FBA3B

Text Example


Text Example

White with #0FBA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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