Html Css Color HEX #0FBA38 Dark Pastel Green

📋 copy color: '#0FBA38'

red 15 ◦ green 186 ◦ blue 56

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

Shades of Dark Pastel Green #0FBA38

Tints of Dark Pastel Green #0FBA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 5.84%
G = 72.37%
B = 21.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#0FBA38 (or 0x0FBA38) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 38. RGB value is (15,186,56). Sum of RGB (Red+Green+Blue) = 15+186+56=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA38 is #F045C7. Grayscale: #787878. Windows color (decimal): -15746504 or 3717647. OLE color: 3717647.

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

Color convert

RGB 15 186 56 -
CMYK 0.92 0 0.70 0.27
HSL 134.39º 0.85% 0.39% -
HSV(B) 134.39º 0.92% 0.73% -
XYZ 18.47 35.5 9.62 -
YUV 120.05 91.85 53.07 -
System Red Green Blue C M Y K H S L
Decimal 15 186 56 0.92 0 0.70 0.27 134.39 0.85 0.39
Hex F BA 38 5C 0 46 1B 86 55 27
Octal 17 272 70 134 0 106 33 206 125 47
Binary 1111 10111010 111000 1011100 0 1000110 11011 10000110 1010101 100111

Color Harmonies of #0FBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA38

Black with #0FBA38

Text Example


Text Example

White with #0FBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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